Shades of Dark Turquoise #15CFDE
Tints of Dark Turquoise #15CFDE
RGB
CMYK
RGB Variations
Color information
#15CFDE (or 0x15CFDE) is known color: Dark Turquoise. HEX triplet: 15, CF and DE. RGB value is (21,207,222). Sum of RGB (Red+Green+Blue) = 21+207+222=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #15CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CFDE is #EA3021. Grayscale: #989898. Windows color (decimal): -15347746 or 14602005. OLE color: 14602005.
HSL color Cylindrical-coordinate representation of color #15CFDE: hue angle of 184.48º 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 #15CFDE is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 207 | 222 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.13 |
| HSL | 184.48º | 0.83% | 0.48% | - |
| HSV(B) | 184.48º | 0.91% | 0.87% | - |
| XYZ | 35.81 | 50.06 | 76.88 | - |
| YUV | 153.1 | 166.88 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 222 | 0.91 | 0.07 | 0 | 0.13 | 184.48 | 0.83 | 0.48 |
| Hex | 15 | CF | DE | 5B | 7 | 0 | D | B8 | 53 | 30 |
| Octal | 25 | 317 | 336 | 133 | 7 | 0 | 15 | 270 | 123 | 60 |
| Binary | 10101 | 11001111 | 11011110 | 1011011 | 111 | 0 | 1101 | 10111000 | 1010011 | 110000 |
Color Harmonies of #15CFDE
Complementary color
Monochromatic Colors of #15CFDE
Black with #15CFDE
Text Example
Text Example
White with #15CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFDE; }
p { color: rgb(21,207,222); }
H1.HeaderClassName
{
color: #15CFDE;
}
.AnyTagClassName
{
color: #15CFDE;
}
</style>
background-color css
<style>
a { background-color: #15CFDE; }
a { background-color: rgb(21,207,222); }
div.DivClassName
{
background-color: #15CFDE;
}
.BgClassName
{
background-color: #15CFDE;
}
</style>
border-color css
<style>
span { border-color: #15CFDE; }
span { border-color: rgb(21,207,222); }
td.TdClassName
{
border-color: #15CFDE;
}
.TagClassName
{
border-color: #15CFDE;
}
</style>