Shades of Dark Turquoise #00CFEB
Tints of Dark Turquoise #00CFEB
RGB
CMYK
RGB Variations
Color information
#00CFEB (or 0x00CFEB) is known color: Dark Turquoise. HEX triplet: 00, CF and EB. RGB value is (0,207,235). Sum of RGB (Red+Green+Blue) = 0+207+235=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #00CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFEB is #FF3014. Grayscale: #939393. Windows color (decimal): -16723989 or 15453952. OLE color: 15453952.
HSL color Cylindrical-coordinate representation of color #00CFEB: hue angle of 187.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFEB is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 207 | 235 | - |
| CMYK | 1 | 0.12 | 0 | 0.08 |
| HSL | 187.15º | 1% | 0.46% | - |
| HSV(B) | 187.15º | 1% | 0.92% | - |
| XYZ | 37.31 | 50.62 | 86.4 | - |
| YUV | 148.3 | 176.92 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 235 | 1 | 0.12 | 0 | 0.08 | 187.15 | 1 | 0.46 |
| Hex | 0 | CF | EB | 64 | C | 0 | 8 | BB | 64 | 2E |
| Octal | 0 | 317 | 353 | 144 | 14 | 0 | 10 | 273 | 144 | 56 |
| Binary | 0 | 11001111 | 11101011 | 1100100 | 1100 | 0 | 1000 | 10111011 | 1100100 | 101110 |
Color Harmonies of #00CFEB
Complementary color
Monochromatic Colors of #00CFEB
Black with #00CFEB
Text Example
Text Example
White with #00CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFEB; }
p { color: rgb(0,207,235); }
H1.HeaderClassName
{
color: #00CFEB;
}
.AnyTagClassName
{
color: #00CFEB;
}
</style>
background-color css
<style>
a { background-color: #00CFEB; }
a { background-color: rgb(0,207,235); }
div.DivClassName
{
background-color: #00CFEB;
}
.BgClassName
{
background-color: #00CFEB;
}
</style>
border-color css
<style>
span { border-color: #00CFEB; }
span { border-color: rgb(0,207,235); }
td.TdClassName
{
border-color: #00CFEB;
}
.TagClassName
{
border-color: #00CFEB;
}
</style>