Shades of Bright Turquoise #15EECB
Tints of Bright Turquoise #15EECB
RGB
CMYK
RGB Variations
Color information
#15EECB (or 0x15EECB) is known color: Bright Turquoise. HEX triplet: 15, EE and CB. RGB value is (21,238,203). Sum of RGB (Red+Green+Blue) = 21+238+203=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #15EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EECB is #EA1134. Grayscale: #A9A9A9. Windows color (decimal): -15339829 or 13364757. OLE color: 13364757.
HSL color Cylindrical-coordinate representation of color #15EECB: hue angle of 170.32º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EECB is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 203 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.07 |
| HSL | 170.32º | 0.86% | 0.51% | - |
| HSV(B) | 170.32º | 0.91% | 0.93% | - |
| XYZ | 41.66 | 65.62 | 66.97 | - |
| YUV | 169.13 | 147.11 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 203 | 0.91 | 0 | 0.15 | 0.07 | 170.32 | 0.86 | 0.51 |
| Hex | 15 | EE | CB | 5B | 0 | F | 7 | AA | 56 | 33 |
| Octal | 25 | 356 | 313 | 133 | 0 | 17 | 7 | 252 | 126 | 63 |
| Binary | 10101 | 11101110 | 11001011 | 1011011 | 0 | 1111 | 111 | 10101010 | 1010110 | 110011 |
Color Harmonies of #15EECB
Complementary color
Monochromatic Colors of #15EECB
Black with #15EECB
Text Example
Text Example
White with #15EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EECB; }
p { color: rgb(21,238,203); }
H1.HeaderClassName
{
color: #15EECB;
}
.AnyTagClassName
{
color: #15EECB;
}
</style>
background-color css
<style>
a { background-color: #15EECB; }
a { background-color: rgb(21,238,203); }
div.DivClassName
{
background-color: #15EECB;
}
.BgClassName
{
background-color: #15EECB;
}
</style>
border-color css
<style>
span { border-color: #15EECB; }
span { border-color: rgb(21,238,203); }
td.TdClassName
{
border-color: #15EECB;
}
.TagClassName
{
border-color: #15EECB;
}
</style>