#13E8E4

Color #13E8E4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #13E8E4

Tints of Bright Turquoise #13E8E4

Color information

#13E8E4 (or 0x13E8E4) is unknown color: approx Bright Turquoise. HEX triplet: 13, E8 and E4. RGB value is (19,232,228). Sum of RGB (Red+Green+Blue) = 19+232+228=479 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #13E8E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13E8E4 is #EC171B. Grayscale: #A7A7A7. Windows color (decimal): -15472412 or 15001619. OLE color: 15001619.

HSL color Cylindrical-coordinate representation of color #13E8E4: hue angle of 178.87º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E8E4 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB19232228-
CMYK0.9200.020.09
HSL178.87º84.86%49.22%-
HSV(B)178.87º91.81%90.98%-
XYZ43.1363.4583.37-
YUV167.86161.9321.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 3.97%
GREEN value IS 232 (91.02% from 255) = 48.43%
BLUE value IS 228 (89.45% from 255) = 47.60%
R=3.97%
G=48.43%
B=47.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192322280.9200.020.09178.8784.8649.22
Hex13E8E45C029b35531
Octal23350344134021126312561
Binary10011111010001110010010111000101001101100111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13E8E4; }

 p { color: rgb(19,232,228); }

 H1.HeaderClassName
 {
   color: #13E8E4;
 }
 .AnyTagClassName
 {
   color: #13E8E4;
 }
</style>
background-color css

<style>
 a { background-color: #13E8E4; }

 a { background-color: rgb(19,232,228); }

 div.DivClassName
 {
   background-color: #13E8E4;
 }
 .BgClassName
 {
   background-color: #13E8E4;
 }
</style>
border-color css

<style>
 span { border-color: #13E8E4; }

 span { border-color: rgb(19,232,228); }

 td.TdClassName
 {
   border-color: #13E8E4;
 }
 .TagClassName
 {
   border-color: #13E8E4;
 }
</style>