Shades of Dark Turquoise #03CBDF
Tints of Dark Turquoise #03CBDF
RGB
CMYK
RGB Variations
Color information
#03CBDF (or 0x03CBDF) is known color: Dark Turquoise. HEX triplet: 03, CB and DF. RGB value is (3,203,223). Sum of RGB (Red+Green+Blue) = 3+203+223=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #03CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CBDF is #FC3420. Grayscale: #919191. Windows color (decimal): -16528417 or 14666499. OLE color: 14666499.
HSL color Cylindrical-coordinate representation of color #03CBDF: hue angle of 185.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBDF is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 203 | 223 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.13 |
| HSL | 185.45º | 0.97% | 0.44% | - |
| HSV(B) | 185.45º | 0.99% | 0.87% | - |
| XYZ | 34.71 | 48.06 | 77.26 | - |
| YUV | 145.48 | 171.74 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 223 | 0.99 | 0.09 | 0 | 0.13 | 185.45 | 0.97 | 0.44 |
| Hex | 3 | CB | DF | 63 | 9 | 0 | D | B9 | 61 | 2C |
| Octal | 3 | 313 | 337 | 143 | 11 | 0 | 15 | 271 | 141 | 54 |
| Binary | 11 | 11001011 | 11011111 | 1100011 | 1001 | 0 | 1101 | 10111001 | 1100001 | 101100 |
Color Harmonies of #03CBDF
Complementary color
Monochromatic Colors of #03CBDF
Black with #03CBDF
Text Example
Text Example
White with #03CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBDF; }
p { color: rgb(3,203,223); }
H1.HeaderClassName
{
color: #03CBDF;
}
.AnyTagClassName
{
color: #03CBDF;
}
</style>
background-color css
<style>
a { background-color: #03CBDF; }
a { background-color: rgb(3,203,223); }
div.DivClassName
{
background-color: #03CBDF;
}
.BgClassName
{
background-color: #03CBDF;
}
</style>
border-color css
<style>
span { border-color: #03CBDF; }
span { border-color: rgb(3,203,223); }
td.TdClassName
{
border-color: #03CBDF;
}
.TagClassName
{
border-color: #03CBDF;
}
</style>