Shades of Bright Turquoise #03DCEE
Tints of Bright Turquoise #03DCEE
RGB
CMYK
RGB Variations
Color information
#03DCEE (or 0x03DCEE) is known color: Bright Turquoise. HEX triplet: 03, DC and EE. RGB value is (3,220,238). Sum of RGB (Red+Green+Blue) = 3+220+238=461 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #03DCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DCEE is #FC2311. Grayscale: #9C9C9C. Windows color (decimal): -16524050 or 15653891. OLE color: 15653891.
HSL color Cylindrical-coordinate representation of color #03DCEE: hue angle of 184.6º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCEE is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 220 | 238 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.07 |
| HSL | 184.6º | 0.98% | 0.47% | - |
| HSV(B) | 184.6º | 0.99% | 0.93% | - |
| XYZ | 41.06 | 57.38 | 89.8 | - |
| YUV | 157.17 | 173.61 | 18.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 238 | 0.99 | 0.08 | 0 | 0.07 | 184.6 | 0.98 | 0.47 |
| Hex | 3 | DC | EE | 63 | 8 | 0 | 7 | B9 | 62 | 2F |
| Octal | 3 | 334 | 356 | 143 | 10 | 0 | 7 | 271 | 142 | 57 |
| Binary | 11 | 11011100 | 11101110 | 1100011 | 1000 | 0 | 111 | 10111001 | 1100010 | 101111 |
Color Harmonies of #03DCEE
Complementary color
Monochromatic Colors of #03DCEE
Black with #03DCEE
Text Example
Text Example
White with #03DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCEE; }
p { color: rgb(3,220,238); }
H1.HeaderClassName
{
color: #03DCEE;
}
.AnyTagClassName
{
color: #03DCEE;
}
</style>
background-color css
<style>
a { background-color: #03DCEE; }
a { background-color: rgb(3,220,238); }
div.DivClassName
{
background-color: #03DCEE;
}
.BgClassName
{
background-color: #03DCEE;
}
</style>
border-color css
<style>
span { border-color: #03DCEE; }
span { border-color: rgb(3,220,238); }
td.TdClassName
{
border-color: #03DCEE;
}
.TagClassName
{
border-color: #03DCEE;
}
</style>