Shades of Dark Turquoise #03CED6
Tints of Dark Turquoise #03CED6
RGB
CMYK
RGB Variations
Color information
#03CED6 (or 0x03CED6) is known color: Dark Turquoise. HEX triplet: 03, CE and D6. RGB value is (3,206,214). Sum of RGB (Red+Green+Blue) = 3+206+214=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #03CED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CED6 is #FC3129. Grayscale: #919191. Windows color (decimal): -16527658 or 14077443. OLE color: 14077443.
HSL color Cylindrical-coordinate representation of color #03CED6: hue angle of 182.27º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CED6 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 206 | 214 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.16 |
| HSL | 182.27º | 0.97% | 0.43% | - |
| HSV(B) | 182.27º | 0.99% | 0.84% | - |
| XYZ | 34.25 | 49.02 | 71.27 | - |
| YUV | 146.22 | 166.25 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 214 | 0.99 | 0.04 | 0 | 0.16 | 182.27 | 0.97 | 0.43 |
| Hex | 3 | CE | D6 | 63 | 4 | 0 | 10 | B6 | 61 | 2B |
| Octal | 3 | 316 | 326 | 143 | 4 | 0 | 20 | 266 | 141 | 53 |
| Binary | 11 | 11001110 | 11010110 | 1100011 | 100 | 0 | 10000 | 10110110 | 1100001 | 101011 |
Color Harmonies of #03CED6
Complementary color
Monochromatic Colors of #03CED6
Black with #03CED6
Text Example
Text Example
White with #03CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CED6; }
p { color: rgb(3,206,214); }
H1.HeaderClassName
{
color: #03CED6;
}
.AnyTagClassName
{
color: #03CED6;
}
</style>
background-color css
<style>
a { background-color: #03CED6; }
a { background-color: rgb(3,206,214); }
div.DivClassName
{
background-color: #03CED6;
}
.BgClassName
{
background-color: #03CED6;
}
</style>
border-color css
<style>
span { border-color: #03CED6; }
span { border-color: rgb(3,206,214); }
td.TdClassName
{
border-color: #03CED6;
}
.TagClassName
{
border-color: #03CED6;
}
</style>