Shades of Dark Turquoise #00CFE7
Tints of Dark Turquoise #00CFE7
RGB
CMYK
RGB Variations
Color information
#00CFE7 (or 0x00CFE7) is known color: Dark Turquoise. HEX triplet: 00, CF and E7. RGB value is (0,207,231). Sum of RGB (Red+Green+Blue) = 0+207+231=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #00CFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFE7 is #FF3018. Grayscale: #939393. Windows color (decimal): -16723993 or 15191808. OLE color: 15191808.
HSL color Cylindrical-coordinate representation of color #00CFE7: hue angle of 186.23º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFE7 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 207 | 231 | - |
| CMYK | 1 | 0.10 | 0 | 0.09 |
| HSL | 186.23º | 1% | 0.45% | - |
| HSV(B) | 186.23º | 1% | 0.91% | - |
| XYZ | 36.74 | 50.4 | 83.39 | - |
| YUV | 147.84 | 174.92 | 22.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 231 | 1 | 0.10 | 0 | 0.09 | 186.23 | 1 | 0.45 |
| Hex | 0 | CF | E7 | 64 | A | 0 | 9 | BA | 64 | 2D |
| Octal | 0 | 317 | 347 | 144 | 12 | 0 | 11 | 272 | 144 | 55 |
| Binary | 0 | 11001111 | 11100111 | 1100100 | 1010 | 0 | 1001 | 10111010 | 1100100 | 101101 |
Color Harmonies of #00CFE7
Complementary color
Monochromatic Colors of #00CFE7
Black with #00CFE7
Text Example
Text Example
White with #00CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFE7; }
p { color: rgb(0,207,231); }
H1.HeaderClassName
{
color: #00CFE7;
}
.AnyTagClassName
{
color: #00CFE7;
}
</style>
background-color css
<style>
a { background-color: #00CFE7; }
a { background-color: rgb(0,207,231); }
div.DivClassName
{
background-color: #00CFE7;
}
.BgClassName
{
background-color: #00CFE7;
}
</style>
border-color css
<style>
span { border-color: #00CFE7; }
span { border-color: rgb(0,207,231); }
td.TdClassName
{
border-color: #00CFE7;
}
.TagClassName
{
border-color: #00CFE7;
}
</style>