Shades of Dark Turquoise #06CBDF
Tints of Dark Turquoise #06CBDF
RGB
CMYK
RGB Variations
Color information
#06CBDF (or 0x06CBDF) is known color: Dark Turquoise. HEX triplet: 06, CB and DF. RGB value is (6,203,223). Sum of RGB (Red+Green+Blue) = 6+203+223=432 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #06CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBDF is #F93420. Grayscale: #929292. Windows color (decimal): -16331809 or 14666502. OLE color: 14666502.
HSL color Cylindrical-coordinate representation of color #06CBDF: hue angle of 185.53º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBDF is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 203 | 223 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.13 |
| HSL | 185.53º | 0.95% | 0.45% | - |
| HSV(B) | 185.53º | 0.97% | 0.87% | - |
| XYZ | 34.75 | 48.08 | 77.26 | - |
| YUV | 146.38 | 171.23 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 223 | 0.97 | 0.09 | 0 | 0.13 | 185.53 | 0.95 | 0.45 |
| Hex | 6 | CB | DF | 61 | 9 | 0 | D | BA | 5F | 2D |
| Octal | 6 | 313 | 337 | 141 | 11 | 0 | 15 | 272 | 137 | 55 |
| Binary | 110 | 11001011 | 11011111 | 1100001 | 1001 | 0 | 1101 | 10111010 | 1011111 | 101101 |
Color Harmonies of #06CBDF
Complementary color
Monochromatic Colors of #06CBDF
Black with #06CBDF
Text Example
Text Example
White with #06CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBDF; }
p { color: rgb(6,203,223); }
H1.HeaderClassName
{
color: #06CBDF;
}
.AnyTagClassName
{
color: #06CBDF;
}
</style>
background-color css
<style>
a { background-color: #06CBDF; }
a { background-color: rgb(6,203,223); }
div.DivClassName
{
background-color: #06CBDF;
}
.BgClassName
{
background-color: #06CBDF;
}
</style>
border-color css
<style>
span { border-color: #06CBDF; }
span { border-color: rgb(6,203,223); }
td.TdClassName
{
border-color: #06CBDF;
}
.TagClassName
{
border-color: #06CBDF;
}
</style>