#15E8D4

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

Shades of Bright Turquoise #15E8D4

Tints of Bright Turquoise #15E8D4

Color information

#15E8D4 (or 0x15E8D4) is unknown color: approx Bright Turquoise. HEX triplet: 15, E8 and D4. RGB value is (21,232,212). Sum of RGB (Red+Green+Blue) = 21+232+212=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8D4 is #EA172B. Grayscale: #A6A6A6. Windows color (decimal): -15341356 or 13953045. OLE color: 13953045.

HSL color Cylindrical-coordinate representation of color #15E8D4: hue angle of 174.31º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E8D4 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB21232212-
CMYK0.9100.090.09
HSL174.31º83.4%49.61%-
HSV(B)174.31º90.95%90.98%-
XYZ41.0562.6372.21-
YUV166.63153.624.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.52%
GREEN value IS 232 (91.02% from 255) = 49.89%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=4.52%
G=49.89%
B=45.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212322120.9100.090.09174.3183.449.61
Hex15E8D45B099ae5332
Octal253503241330111125612362
Binary1010111101000110101001011011010011001101011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15E8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15E8D4; }

 p { color: rgb(21,232,212); }

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

<style>
 a { background-color: #15E8D4; }

 a { background-color: rgb(21,232,212); }

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

<style>
 span { border-color: #15E8D4; }

 span { border-color: rgb(21,232,212); }

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