Shades of Bright Turquoise #03FFD2
Tints of Bright Turquoise #03FFD2
RGB
CMYK
RGB Variations
Color information
#03FFD2 (or 0x03FFD2) is known color: Bright Turquoise. HEX triplet: 03, FF and D2. RGB value is (3,255,210). Sum of RGB (Red+Green+Blue) = 3+255+210=468 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FFD2 is #FC002D. Grayscale: #AEAEAE. Windows color (decimal): -16515118 or 13827843. OLE color: 13827843.
HSL color Cylindrical-coordinate representation of color #03FFD2: hue angle of 169.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FFD2 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 210 | - |
| CMYK | 0.99 | 0 | 0.18 | 0 |
| HSL | 169.29º | 1% | 0.51% | - |
| HSV(B) | 169.29º | 0.99% | 1% | - |
| XYZ | 47.43 | 76.19 | 73.18 | - |
| YUV | 174.52 | 148.01 | 5.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 210 | 0.99 | 0 | 0.18 | 0 | 169.29 | 1 | 0.51 |
| Hex | 3 | FF | D2 | 63 | 0 | 12 | 0 | A9 | 64 | 33 |
| Octal | 3 | 377 | 322 | 143 | 0 | 22 | 0 | 251 | 144 | 63 |
| Binary | 11 | 11111111 | 11010010 | 1100011 | 0 | 10010 | 0 | 10101001 | 1100100 | 110011 |
Color Harmonies of #03FFD2
Complementary color
Monochromatic Colors of #03FFD2
Black with #03FFD2
Text Example
Text Example
White with #03FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FFD2; }
p { color: rgb(3,255,210); }
H1.HeaderClassName
{
color: #03FFD2;
}
.AnyTagClassName
{
color: #03FFD2;
}
</style>
background-color css
<style>
a { background-color: #03FFD2; }
a { background-color: rgb(3,255,210); }
div.DivClassName
{
background-color: #03FFD2;
}
.BgClassName
{
background-color: #03FFD2;
}
</style>
border-color css
<style>
span { border-color: #03FFD2; }
span { border-color: rgb(3,255,210); }
td.TdClassName
{
border-color: #03FFD2;
}
.TagClassName
{
border-color: #03FFD2;
}
</style>