Shades of Bright Turquoise #15EECA
Tints of Bright Turquoise #15EECA
RGB
CMYK
RGB Variations
Color information
#15EECA (or 0x15EECA) is known color: Bright Turquoise. HEX triplet: 15, EE and CA. RGB value is (21,238,202). Sum of RGB (Red+Green+Blue) = 21+238+202=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #15EECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EECA is #EA1135. Grayscale: #A8A8A8. Windows color (decimal): -15339830 or 13299221. OLE color: 13299221.
HSL color Cylindrical-coordinate representation of color #15EECA: hue angle of 170.05º 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 #15EECA is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 202 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.07 |
| HSL | 170.05º | 0.86% | 0.51% | - |
| HSV(B) | 170.05º | 0.91% | 0.93% | - |
| XYZ | 41.54 | 65.57 | 66.34 | - |
| YUV | 169.01 | 146.61 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 202 | 0.91 | 0 | 0.15 | 0.07 | 170.05 | 0.86 | 0.51 |
| Hex | 15 | EE | CA | 5B | 0 | F | 7 | AA | 56 | 33 |
| Octal | 25 | 356 | 312 | 133 | 0 | 17 | 7 | 252 | 126 | 63 |
| Binary | 10101 | 11101110 | 11001010 | 1011011 | 0 | 1111 | 111 | 10101010 | 1010110 | 110011 |
Color Harmonies of #15EECA
Complementary color
Monochromatic Colors of #15EECA
Black with #15EECA
Text Example
Text Example
White with #15EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EECA; }
p { color: rgb(21,238,202); }
H1.HeaderClassName
{
color: #15EECA;
}
.AnyTagClassName
{
color: #15EECA;
}
</style>
background-color css
<style>
a { background-color: #15EECA; }
a { background-color: rgb(21,238,202); }
div.DivClassName
{
background-color: #15EECA;
}
.BgClassName
{
background-color: #15EECA;
}
</style>
border-color css
<style>
span { border-color: #15EECA; }
span { border-color: rgb(21,238,202); }
td.TdClassName
{
border-color: #15EECA;
}
.TagClassName
{
border-color: #15EECA;
}
</style>