Shades of Dark Turquoise #03CFDB
Tints of Dark Turquoise #03CFDB
RGB
CMYK
RGB Variations
Color information
#03CFDB (or 0x03CFDB) is known color: Dark Turquoise. HEX triplet: 03, CF and DB. RGB value is (3,207,219). Sum of RGB (Red+Green+Blue) = 3+207+219=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #03CFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CFDB is #FC3024. Grayscale: #939393. Windows color (decimal): -16527397 or 14405379. OLE color: 14405379.
HSL color Cylindrical-coordinate representation of color #03CFDB: hue angle of 183.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CFDB is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 207 | 219 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.14 |
| HSL | 183.33º | 0.97% | 0.44% | - |
| HSV(B) | 183.33º | 0.99% | 0.86% | - |
| XYZ | 35.14 | 49.76 | 74.77 | - |
| YUV | 147.37 | 168.41 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 219 | 0.99 | 0.05 | 0 | 0.14 | 183.33 | 0.97 | 0.44 |
| Hex | 3 | CF | DB | 63 | 5 | 0 | E | B7 | 61 | 2C |
| Octal | 3 | 317 | 333 | 143 | 5 | 0 | 16 | 267 | 141 | 54 |
| Binary | 11 | 11001111 | 11011011 | 1100011 | 101 | 0 | 1110 | 10110111 | 1100001 | 101100 |
Color Harmonies of #03CFDB
Complementary color
Monochromatic Colors of #03CFDB
Black with #03CFDB
Text Example
Text Example
White with #03CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFDB; }
p { color: rgb(3,207,219); }
H1.HeaderClassName
{
color: #03CFDB;
}
.AnyTagClassName
{
color: #03CFDB;
}
</style>
background-color css
<style>
a { background-color: #03CFDB; }
a { background-color: rgb(3,207,219); }
div.DivClassName
{
background-color: #03CFDB;
}
.BgClassName
{
background-color: #03CFDB;
}
</style>
border-color css
<style>
span { border-color: #03CFDB; }
span { border-color: rgb(3,207,219); }
td.TdClassName
{
border-color: #03CFDB;
}
.TagClassName
{
border-color: #03CFDB;
}
</style>