Shades of Bright Turquoise #03DDEF
Tints of Bright Turquoise #03DDEF
RGB
CMYK
RGB Variations
Color information
#03DDEF (or 0x03DDEF) is known color: Bright Turquoise. HEX triplet: 03, DD and EF. RGB value is (3,221,239). Sum of RGB (Red+Green+Blue) = 3+221+239=463 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #03DDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DDEF is #FC2210. Grayscale: #9D9D9D. Windows color (decimal): -16523793 or 15719683. OLE color: 15719683.
HSL color Cylindrical-coordinate representation of color #03DDEF: hue angle of 184.58º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DDEF is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 221 | 239 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.06 |
| HSL | 184.58º | 0.98% | 0.47% | - |
| HSV(B) | 184.58º | 0.99% | 0.94% | - |
| XYZ | 41.47 | 57.96 | 90.66 | - |
| YUV | 157.87 | 173.78 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 239 | 0.99 | 0.08 | 0 | 0.06 | 184.58 | 0.98 | 0.47 |
| Hex | 3 | DD | EF | 63 | 8 | 0 | 6 | B9 | 62 | 2F |
| Octal | 3 | 335 | 357 | 143 | 10 | 0 | 6 | 271 | 142 | 57 |
| Binary | 11 | 11011101 | 11101111 | 1100011 | 1000 | 0 | 110 | 10111001 | 1100010 | 101111 |
Color Harmonies of #03DDEF
Complementary color
Monochromatic Colors of #03DDEF
Black with #03DDEF
Text Example
Text Example
White with #03DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDEF; }
p { color: rgb(3,221,239); }
H1.HeaderClassName
{
color: #03DDEF;
}
.AnyTagClassName
{
color: #03DDEF;
}
</style>
background-color css
<style>
a { background-color: #03DDEF; }
a { background-color: rgb(3,221,239); }
div.DivClassName
{
background-color: #03DDEF;
}
.BgClassName
{
background-color: #03DDEF;
}
</style>
border-color css
<style>
span { border-color: #03DDEF; }
span { border-color: rgb(3,221,239); }
td.TdClassName
{
border-color: #03DDEF;
}
.TagClassName
{
border-color: #03DDEF;
}
</style>