Shades of Dark Turquoise #00CFE5
Tints of Dark Turquoise #00CFE5
RGB
CMYK
RGB Variations
Color information
#00CFE5 (or 0x00CFE5) is known color: Dark Turquoise. HEX triplet: 00, CF and E5. RGB value is (0,207,229). Sum of RGB (Red+Green+Blue) = 0+207+229=436 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #00CFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFE5 is #FF301A. Grayscale: #939393. Windows color (decimal): -16723995 or 15060736. OLE color: 15060736.
HSL color Cylindrical-coordinate representation of color #00CFE5: hue angle of 185.76º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFE5 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 207 | 229 | - |
| CMYK | 1 | 0.10 | 0 | 0.10 |
| HSL | 185.76º | 1% | 0.45% | - |
| HSV(B) | 185.76º | 1% | 0.9% | - |
| XYZ | 36.46 | 50.28 | 81.91 | - |
| YUV | 147.62 | 173.92 | 22.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 229 | 1 | 0.10 | 0 | 0.10 | 185.76 | 1 | 0.45 |
| Hex | 0 | CF | E5 | 64 | A | 0 | A | BA | 64 | 2D |
| Octal | 0 | 317 | 345 | 144 | 12 | 0 | 12 | 272 | 144 | 55 |
| Binary | 0 | 11001111 | 11100101 | 1100100 | 1010 | 0 | 1010 | 10111010 | 1100100 | 101101 |
Color Harmonies of #00CFE5
Complementary color
Monochromatic Colors of #00CFE5
Black with #00CFE5
Text Example
Text Example
White with #00CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFE5; }
p { color: rgb(0,207,229); }
H1.HeaderClassName
{
color: #00CFE5;
}
.AnyTagClassName
{
color: #00CFE5;
}
</style>
background-color css
<style>
a { background-color: #00CFE5; }
a { background-color: rgb(0,207,229); }
div.DivClassName
{
background-color: #00CFE5;
}
.BgClassName
{
background-color: #00CFE5;
}
</style>
border-color css
<style>
span { border-color: #00CFE5; }
span { border-color: rgb(0,207,229); }
td.TdClassName
{
border-color: #00CFE5;
}
.TagClassName
{
border-color: #00CFE5;
}
</style>