Shades of Dark Turquoise #06CEDA
Tints of Dark Turquoise #06CEDA
RGB
CMYK
RGB Variations
Color information
#06CEDA (or 0x06CEDA) is known color: Dark Turquoise. HEX triplet: 06, CE and DA. RGB value is (6,206,218). Sum of RGB (Red+Green+Blue) = 6+206+218=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #06CEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CEDA is #F93125. Grayscale: #939393. Windows color (decimal): -16331046 or 14339590. OLE color: 14339590.
HSL color Cylindrical-coordinate representation of color #06CEDA: hue angle of 183.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CEDA is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 206 | 218 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.15 |
| HSL | 183.4º | 0.95% | 0.44% | - |
| HSV(B) | 183.4º | 0.97% | 0.85% | - |
| XYZ | 34.8 | 49.24 | 74 | - |
| YUV | 147.57 | 167.74 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 206 | 218 | 0.97 | 0.06 | 0 | 0.15 | 183.4 | 0.95 | 0.44 |
| Hex | 6 | CE | DA | 61 | 6 | 0 | F | B7 | 5F | 2C |
| Octal | 6 | 316 | 332 | 141 | 6 | 0 | 17 | 267 | 137 | 54 |
| Binary | 110 | 11001110 | 11011010 | 1100001 | 110 | 0 | 1111 | 10110111 | 1011111 | 101100 |
Color Harmonies of #06CEDA
Complementary color
Monochromatic Colors of #06CEDA
Black with #06CEDA
Text Example
Text Example
White with #06CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CEDA; }
p { color: rgb(6,206,218); }
H1.HeaderClassName
{
color: #06CEDA;
}
.AnyTagClassName
{
color: #06CEDA;
}
</style>
background-color css
<style>
a { background-color: #06CEDA; }
a { background-color: rgb(6,206,218); }
div.DivClassName
{
background-color: #06CEDA;
}
.BgClassName
{
background-color: #06CEDA;
}
</style>
border-color css
<style>
span { border-color: #06CEDA; }
span { border-color: rgb(6,206,218); }
td.TdClassName
{
border-color: #06CEDA;
}
.TagClassName
{
border-color: #06CEDA;
}
</style>