Shades of Dark Turquoise #00CFE1
Tints of Dark Turquoise #00CFE1
RGB
CMYK
RGB Variations
Color information
#00CFE1 (or 0x00CFE1) is known color: Dark Turquoise. HEX triplet: 00, CF and E1. RGB value is (0,207,225). Sum of RGB (Red+Green+Blue) = 0+207+225=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #00CFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFE1 is #FF301E. Grayscale: #929292. Windows color (decimal): -16723999 or 14798592. OLE color: 14798592.
HSL color Cylindrical-coordinate representation of color #00CFE1: hue angle of 184.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFE1 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 207 | 225 | - |
| CMYK | 1 | 0.08 | 0 | 0.12 |
| HSL | 184.8º | 1% | 0.44% | - |
| HSV(B) | 184.8º | 1% | 0.88% | - |
| XYZ | 35.9 | 50.06 | 79 | - |
| YUV | 147.16 | 171.92 | 23.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 225 | 1 | 0.08 | 0 | 0.12 | 184.8 | 1 | 0.44 |
| Hex | 0 | CF | E1 | 64 | 8 | 0 | C | B9 | 64 | 2C |
| Octal | 0 | 317 | 341 | 144 | 10 | 0 | 14 | 271 | 144 | 54 |
| Binary | 0 | 11001111 | 11100001 | 1100100 | 1000 | 0 | 1100 | 10111001 | 1100100 | 101100 |
Color Harmonies of #00CFE1
Complementary color
Monochromatic Colors of #00CFE1
Black with #00CFE1
Text Example
Text Example
White with #00CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFE1; }
p { color: rgb(0,207,225); }
H1.HeaderClassName
{
color: #00CFE1;
}
.AnyTagClassName
{
color: #00CFE1;
}
</style>
background-color css
<style>
a { background-color: #00CFE1; }
a { background-color: rgb(0,207,225); }
div.DivClassName
{
background-color: #00CFE1;
}
.BgClassName
{
background-color: #00CFE1;
}
</style>
border-color css
<style>
span { border-color: #00CFE1; }
span { border-color: rgb(0,207,225); }
td.TdClassName
{
border-color: #00CFE1;
}
.TagClassName
{
border-color: #00CFE1;
}
</style>