Shades of Bright Turquoise #15E8CD
Tints of Bright Turquoise #15E8CD
RGB
CMYK
RGB Variations
Color information
#15E8CD (or 0x15E8CD) is known color: Bright Turquoise. HEX triplet: 15, E8 and CD. RGB value is (21,232,205). Sum of RGB (Red+Green+Blue) = 21+232+205=458 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.59% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #15E8CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E8CD is #EA1732. Grayscale: #A5A5A5. Windows color (decimal): -15341363 or 13494293. OLE color: 13494293.
HSL color Cylindrical-coordinate representation of color #15E8CD: hue angle of 172.32º 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 #15E8CD is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 232 | 205 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.09 |
| HSL | 172.32º | 0.83% | 0.5% | - |
| HSV(B) | 172.32º | 0.91% | 0.91% | - |
| XYZ | 40.19 | 62.28 | 67.66 | - |
| YUV | 165.83 | 150.1 | 24.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 232 | 205 | 0.91 | 0 | 0.12 | 0.09 | 172.32 | 0.83 | 0.5 |
| Hex | 15 | E8 | CD | 5B | 0 | C | 9 | AC | 53 | 32 |
| Octal | 25 | 350 | 315 | 133 | 0 | 14 | 11 | 254 | 123 | 62 |
| Binary | 10101 | 11101000 | 11001101 | 1011011 | 0 | 1100 | 1001 | 10101100 | 1010011 | 110010 |
Color Harmonies of #15E8CD
Complementary color
Monochromatic Colors of #15E8CD
Black with #15E8CD
Text Example
Text Example
White with #15E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E8CD; }
p { color: rgb(21,232,205); }
H1.HeaderClassName
{
color: #15E8CD;
}
.AnyTagClassName
{
color: #15E8CD;
}
</style>
background-color css
<style>
a { background-color: #15E8CD; }
a { background-color: rgb(21,232,205); }
div.DivClassName
{
background-color: #15E8CD;
}
.BgClassName
{
background-color: #15E8CD;
}
</style>
border-color css
<style>
span { border-color: #15E8CD; }
span { border-color: rgb(21,232,205); }
td.TdClassName
{
border-color: #15E8CD;
}
.TagClassName
{
border-color: #15E8CD;
}
</style>