#13EAC6

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

Shades of Bright Turquoise #13EAC6

Tints of Bright Turquoise #13EAC6

Color information

#13EAC6 (or 0x13EAC6) is unknown color: approx Bright Turquoise. HEX triplet: 13, EA and C6. RGB value is (19,234,198). Sum of RGB (Red+Green+Blue) = 19+234+198=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #13EAC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EAC6 is #EC1539. Grayscale: #A5A5A5. Windows color (decimal): -15471930 or 13036051. OLE color: 13036051.

HSL color Cylindrical-coordinate representation of color #13EAC6: hue angle of 169.95º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EAC6 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB19234198-
CMYK0.9200.150.08
HSL169.95º84.98%49.61%-
HSV(B)169.95º91.88%91.76%-
XYZ39.8863.0663.5-
YUV165.61146.2723.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.21%
GREEN value IS 234 (91.80% from 255) = 51.88%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=4.21%
G=51.88%
B=43.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192341980.9200.150.08169.9584.9849.61
Hex13EAC65C0F8aa5532
Octal233523061340171025212562
Binary1001111101010110001101011100011111000101010101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,234,198); }

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

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

 a { background-color: rgb(19,234,198); }

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

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

 span { border-color: rgb(19,234,198); }

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