Shades of Dark Turquoise #00CFD3
Tints of Dark Turquoise #00CFD3
RGB
CMYK
RGB Variations
Color information
#00CFD3 (or 0x00CFD3) is known color: Dark Turquoise. HEX triplet: 00, CF and D3. RGB value is (0,207,211). Sum of RGB (Red+Green+Blue) = 0+207+211=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #00CFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFD3 is #FF302C. Grayscale: #919191. Windows color (decimal): -16724013 or 13881088. OLE color: 13881088.
HSL color Cylindrical-coordinate representation of color #00CFD3: hue angle of 181.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFD3 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 207 | 211 | - |
| CMYK | 1 | 0.02 | 0 | 0.17 |
| HSL | 181.14º | 1% | 0.41% | - |
| HSV(B) | 181.14º | 1% | 0.83% | - |
| XYZ | 34.07 | 49.33 | 69.35 | - |
| YUV | 145.56 | 164.92 | 24.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 211 | 1 | 0.02 | 0 | 0.17 | 181.14 | 1 | 0.41 |
| Hex | 0 | CF | D3 | 64 | 2 | 0 | 11 | B5 | 64 | 29 |
| Octal | 0 | 317 | 323 | 144 | 2 | 0 | 21 | 265 | 144 | 51 |
| Binary | 0 | 11001111 | 11010011 | 1100100 | 10 | 0 | 10001 | 10110101 | 1100100 | 101001 |
Color Harmonies of #00CFD3
Complementary color
Monochromatic Colors of #00CFD3
Black with #00CFD3
Text Example
Text Example
White with #00CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFD3; }
p { color: rgb(0,207,211); }
H1.HeaderClassName
{
color: #00CFD3;
}
.AnyTagClassName
{
color: #00CFD3;
}
</style>
background-color css
<style>
a { background-color: #00CFD3; }
a { background-color: rgb(0,207,211); }
div.DivClassName
{
background-color: #00CFD3;
}
.BgClassName
{
background-color: #00CFD3;
}
</style>
border-color css
<style>
span { border-color: #00CFD3; }
span { border-color: rgb(0,207,211); }
td.TdClassName
{
border-color: #00CFD3;
}
.TagClassName
{
border-color: #00CFD3;
}
</style>