Shades of Dark Turquoise #03C1DE
Tints of Dark Turquoise #03C1DE
RGB
CMYK
RGB Variations
Color information
#03C1DE (or 0x03C1DE) is known color: Dark Turquoise. HEX triplet: 03, C1 and DE. RGB value is (3,193,222). Sum of RGB (Red+Green+Blue) = 3+193+222=418 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #03C1DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C1DE is #FC3E21. Grayscale: #8B8B8B. Windows color (decimal): -16530978 or 14598403. OLE color: 14598403.
HSL color Cylindrical-coordinate representation of color #03C1DE: hue angle of 187.95º 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 #03C1DE is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 193 | 222 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.13 |
| HSL | 187.95º | 0.97% | 0.44% | - |
| HSV(B) | 187.95º | 0.99% | 0.87% | - |
| XYZ | 32.29 | 43.43 | 75.79 | - |
| YUV | 139.5 | 174.55 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 222 | 0.99 | 0.13 | 0 | 0.13 | 187.95 | 0.97 | 0.44 |
| Hex | 3 | C1 | DE | 63 | D | 0 | D | BC | 61 | 2C |
| Octal | 3 | 301 | 336 | 143 | 15 | 0 | 15 | 274 | 141 | 54 |
| Binary | 11 | 11000001 | 11011110 | 1100011 | 1101 | 0 | 1101 | 10111100 | 1100001 | 101100 |
Color Harmonies of #03C1DE
Complementary color
Monochromatic Colors of #03C1DE
Black with #03C1DE
Text Example
Text Example
White with #03C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C1DE; }
p { color: rgb(3,193,222); }
H1.HeaderClassName
{
color: #03C1DE;
}
.AnyTagClassName
{
color: #03C1DE;
}
</style>
background-color css
<style>
a { background-color: #03C1DE; }
a { background-color: rgb(3,193,222); }
div.DivClassName
{
background-color: #03C1DE;
}
.BgClassName
{
background-color: #03C1DE;
}
</style>
border-color css
<style>
span { border-color: #03C1DE; }
span { border-color: rgb(3,193,222); }
td.TdClassName
{
border-color: #03C1DE;
}
.TagClassName
{
border-color: #03C1DE;
}
</style>