Shades of Bright Turquoise #15E9CC
Tints of Bright Turquoise #15E9CC
RGB
CMYK
RGB Variations
Color information
#15E9CC (or 0x15E9CC) is known color: Bright Turquoise. HEX triplet: 15, E9 and CC. RGB value is (21,233,204). Sum of RGB (Red+Green+Blue) = 21+233+204=458 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.59% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #15E9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E9CC is #EA1633. Grayscale: #A6A6A6. Windows color (decimal): -15341108 or 13429013. OLE color: 13429013.
HSL color Cylindrical-coordinate representation of color #15E9CC: hue angle of 171.79º 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 #15E9CC is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 233 | 204 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.09 |
| HSL | 171.79º | 0.83% | 0.5% | - |
| HSV(B) | 171.79º | 0.91% | 0.91% | - |
| XYZ | 40.35 | 62.8 | 67.12 | - |
| YUV | 166.31 | 149.26 | 24.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 233 | 204 | 0.91 | 0 | 0.12 | 0.09 | 171.79 | 0.83 | 0.5 |
| Hex | 15 | E9 | CC | 5B | 0 | C | 9 | AC | 53 | 32 |
| Octal | 25 | 351 | 314 | 133 | 0 | 14 | 11 | 254 | 123 | 62 |
| Binary | 10101 | 11101001 | 11001100 | 1011011 | 0 | 1100 | 1001 | 10101100 | 1010011 | 110010 |
Color Harmonies of #15E9CC
Complementary color
Monochromatic Colors of #15E9CC
Black with #15E9CC
Text Example
Text Example
White with #15E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E9CC; }
p { color: rgb(21,233,204); }
H1.HeaderClassName
{
color: #15E9CC;
}
.AnyTagClassName
{
color: #15E9CC;
}
</style>
background-color css
<style>
a { background-color: #15E9CC; }
a { background-color: rgb(21,233,204); }
div.DivClassName
{
background-color: #15E9CC;
}
.BgClassName
{
background-color: #15E9CC;
}
</style>
border-color css
<style>
span { border-color: #15E9CC; }
span { border-color: rgb(21,233,204); }
td.TdClassName
{
border-color: #15E9CC;
}
.TagClassName
{
border-color: #15E9CC;
}
</style>