Shades of Bright Turquoise #03DFF0
Tints of Bright Turquoise #03DFF0
RGB
CMYK
RGB Variations
Color information
#03DFF0 (or 0x03DFF0) is known color: Bright Turquoise. HEX triplet: 03, DF and F0. RGB value is (3,223,240). Sum of RGB (Red+Green+Blue) = 3+223+240=466 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #03DFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFF0 is #FC200F. Grayscale: #9E9E9E. Windows color (decimal): -16523280 or 15785731. OLE color: 15785731.
HSL color Cylindrical-coordinate representation of color #03DFF0: hue angle of 184.3º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DFF0 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 223 | 240 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.06 |
| HSL | 184.3º | 0.98% | 0.48% | - |
| HSV(B) | 184.3º | 0.99% | 0.94% | - |
| XYZ | 42.15 | 59.09 | 91.62 | - |
| YUV | 159.16 | 173.61 | 16.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 240 | 0.99 | 0.07 | 0 | 0.06 | 184.3 | 0.98 | 0.48 |
| Hex | 3 | DF | F0 | 63 | 7 | 0 | 6 | B8 | 62 | 30 |
| Octal | 3 | 337 | 360 | 143 | 7 | 0 | 6 | 270 | 142 | 60 |
| Binary | 11 | 11011111 | 11110000 | 1100011 | 111 | 0 | 110 | 10111000 | 1100010 | 110000 |
Color Harmonies of #03DFF0
Complementary color
Monochromatic Colors of #03DFF0
Black with #03DFF0
Text Example
Text Example
White with #03DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFF0; }
p { color: rgb(3,223,240); }
H1.HeaderClassName
{
color: #03DFF0;
}
.AnyTagClassName
{
color: #03DFF0;
}
</style>
background-color css
<style>
a { background-color: #03DFF0; }
a { background-color: rgb(3,223,240); }
div.DivClassName
{
background-color: #03DFF0;
}
.BgClassName
{
background-color: #03DFF0;
}
</style>
border-color css
<style>
span { border-color: #03DFF0; }
span { border-color: rgb(3,223,240); }
td.TdClassName
{
border-color: #03DFF0;
}
.TagClassName
{
border-color: #03DFF0;
}
</style>