Shades of Dark Turquoise #15CEDF
Tints of Dark Turquoise #15CEDF
RGB
CMYK
RGB Variations
Color information
#15CEDF (or 0x15CEDF) is known color: Dark Turquoise. HEX triplet: 15, CE and DF. RGB value is (21,206,223). Sum of RGB (Red+Green+Blue) = 21+206+223=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #15CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CEDF is #EA3120. Grayscale: #989898. Windows color (decimal): -15348001 or 14667285. OLE color: 14667285.
HSL color Cylindrical-coordinate representation of color #15CEDF: hue angle of 185.05º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CEDF is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 206 | 223 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.13 |
| HSL | 185.05º | 0.83% | 0.48% | - |
| HSV(B) | 185.05º | 0.91% | 0.87% | - |
| XYZ | 35.7 | 49.63 | 77.51 | - |
| YUV | 152.62 | 167.71 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 223 | 0.91 | 0.08 | 0 | 0.13 | 185.05 | 0.83 | 0.48 |
| Hex | 15 | CE | DF | 5B | 8 | 0 | D | B9 | 53 | 30 |
| Octal | 25 | 316 | 337 | 133 | 10 | 0 | 15 | 271 | 123 | 60 |
| Binary | 10101 | 11001110 | 11011111 | 1011011 | 1000 | 0 | 1101 | 10111001 | 1010011 | 110000 |
Color Harmonies of #15CEDF
Complementary color
Monochromatic Colors of #15CEDF
Black with #15CEDF
Text Example
Text Example
White with #15CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CEDF; }
p { color: rgb(21,206,223); }
H1.HeaderClassName
{
color: #15CEDF;
}
.AnyTagClassName
{
color: #15CEDF;
}
</style>
background-color css
<style>
a { background-color: #15CEDF; }
a { background-color: rgb(21,206,223); }
div.DivClassName
{
background-color: #15CEDF;
}
.BgClassName
{
background-color: #15CEDF;
}
</style>
border-color css
<style>
span { border-color: #15CEDF; }
span { border-color: rgb(21,206,223); }
td.TdClassName
{
border-color: #15CEDF;
}
.TagClassName
{
border-color: #15CEDF;
}
</style>