#15E8D3

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

Shades of Bright Turquoise #15E8D3

Tints of Bright Turquoise #15E8D3

Color information

#15E8D3 (or 0x15E8D3) is unknown color: approx Bright Turquoise. HEX triplet: 15, E8 and D3. RGB value is (21,232,211). Sum of RGB (Red+Green+Blue) = 21+232+211=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8D3 is #EA172C. Grayscale: #A6A6A6. Windows color (decimal): -15341357 or 13887509. OLE color: 13887509.

HSL color Cylindrical-coordinate representation of color #15E8D3: hue angle of 174.03º 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 #15E8D3 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB21232211-
CMYK0.9100.090.09
HSL174.03º83.4%49.61%-
HSV(B)174.03º90.95%90.98%-
XYZ40.9262.5871.55-
YUV166.52153.124.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.53%
GREEN value IS 232 (91.02% from 255) = 50%
BLUE value IS 211 (82.81% from 255) = 45.47%
R=4.53%
G=50%
B=45.47%

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
Decimal212322110.9100.090.09174.0383.449.61
Hex15E8D35B099ae5332
Octal253503231330111125612362
Binary1010111101000110100111011011010011001101011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15E8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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