Shades of Bright Turquoise #03DFDD
Tints of Bright Turquoise #03DFDD
RGB
CMYK
RGB Variations
Color information
#03DFDD (or 0x03DFDD) is known color: Bright Turquoise. HEX triplet: 03, DF and DD. RGB value is (3,223,221). Sum of RGB (Red+Green+Blue) = 3+223+221=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #03DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DFDD is #FC2022. Grayscale: #9C9C9C. Windows color (decimal): -16523299 or 14540547. OLE color: 14540547.
HSL color Cylindrical-coordinate representation of color #03DFDD: hue angle of 179.45º 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 #03DFDD is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 221 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.13 |
| HSL | 179.45º | 0.97% | 0.44% | - |
| HSV(B) | 179.45º | 0.99% | 0.87% | - |
| XYZ | 39.48 | 58.02 | 77.52 | - |
| YUV | 156.99 | 164.11 | 18.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 221 | 0.99 | 0 | 0.01 | 0.13 | 179.45 | 0.97 | 0.44 |
| Hex | 3 | DF | DD | 63 | 0 | 1 | D | B3 | 61 | 2C |
| Octal | 3 | 337 | 335 | 143 | 0 | 1 | 15 | 263 | 141 | 54 |
| Binary | 11 | 11011111 | 11011101 | 1100011 | 0 | 1 | 1101 | 10110011 | 1100001 | 101100 |
Color Harmonies of #03DFDD
Complementary color
Monochromatic Colors of #03DFDD
Black with #03DFDD
Text Example
Text Example
White with #03DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFDD; }
p { color: rgb(3,223,221); }
H1.HeaderClassName
{
color: #03DFDD;
}
.AnyTagClassName
{
color: #03DFDD;
}
</style>
background-color css
<style>
a { background-color: #03DFDD; }
a { background-color: rgb(3,223,221); }
div.DivClassName
{
background-color: #03DFDD;
}
.BgClassName
{
background-color: #03DFDD;
}
</style>
border-color css
<style>
span { border-color: #03DFDD; }
span { border-color: rgb(3,223,221); }
td.TdClassName
{
border-color: #03DFDD;
}
.TagClassName
{
border-color: #03DFDD;
}
</style>