Shades of Bright Turquoise #03F5DD
Tints of Bright Turquoise #03F5DD
RGB
CMYK
RGB Variations
Color information
#03F5DD (or 0x03F5DD) is known color: Bright Turquoise. HEX triplet: 03, F5 and DD. RGB value is (3,245,221). Sum of RGB (Red+Green+Blue) = 3+245+221=469 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #03F5DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F5DD is #FC0A22. Grayscale: #A9A9A9. Windows color (decimal): -16517667 or 14546179. OLE color: 14546179.
HSL color Cylindrical-coordinate representation of color #03F5DD: hue angle of 174.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F5DD is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 221 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.04 |
| HSL | 174.05º | 0.98% | 0.49% | - |
| HSV(B) | 174.05º | 0.99% | 0.96% | - |
| XYZ | 45.74 | 70.54 | 79.61 | - |
| YUV | 169.91 | 156.83 | 8.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 221 | 0.99 | 0 | 0.10 | 0.04 | 174.05 | 0.98 | 0.49 |
| Hex | 3 | F5 | DD | 63 | 0 | A | 4 | AE | 62 | 31 |
| Octal | 3 | 365 | 335 | 143 | 0 | 12 | 4 | 256 | 142 | 61 |
| Binary | 11 | 11110101 | 11011101 | 1100011 | 0 | 1010 | 100 | 10101110 | 1100010 | 110001 |
Color Harmonies of #03F5DD
Complementary color
Monochromatic Colors of #03F5DD
Black with #03F5DD
Text Example
Text Example
White with #03F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F5DD; }
p { color: rgb(3,245,221); }
H1.HeaderClassName
{
color: #03F5DD;
}
.AnyTagClassName
{
color: #03F5DD;
}
</style>
background-color css
<style>
a { background-color: #03F5DD; }
a { background-color: rgb(3,245,221); }
div.DivClassName
{
background-color: #03F5DD;
}
.BgClassName
{
background-color: #03F5DD;
}
</style>
border-color css
<style>
span { border-color: #03F5DD; }
span { border-color: rgb(3,245,221); }
td.TdClassName
{
border-color: #03F5DD;
}
.TagClassName
{
border-color: #03F5DD;
}
</style>