Shades of Bright Turquoise #03FCD7
Tints of Bright Turquoise #03FCD7
RGB
CMYK
RGB Variations
Color information
#03FCD7 (or 0x03FCD7) is known color: Bright Turquoise. HEX triplet: 03, FC and D7. RGB value is (3,252,215). Sum of RGB (Red+Green+Blue) = 3+252+215=470 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCD7 is #FC0328. Grayscale: #ADADAD. Windows color (decimal): -16515881 or 14154755. OLE color: 14154755.
HSL color Cylindrical-coordinate representation of color #03FCD7: hue angle of 171.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FCD7 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 215 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.01 |
| HSL | 171.08º | 0.98% | 0.5% | - |
| HSV(B) | 171.08º | 0.99% | 0.99% | - |
| XYZ | 47.11 | 74.55 | 76.2 | - |
| YUV | 173.33 | 151.51 | 6.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 215 | 0.99 | 0 | 0.15 | 0.01 | 171.08 | 0.98 | 0.5 |
| Hex | 3 | FC | D7 | 63 | 0 | F | 1 | AB | 62 | 32 |
| Octal | 3 | 374 | 327 | 143 | 0 | 17 | 1 | 253 | 142 | 62 |
| Binary | 11 | 11111100 | 11010111 | 1100011 | 0 | 1111 | 1 | 10101011 | 1100010 | 110010 |
Color Harmonies of #03FCD7
Complementary color
Monochromatic Colors of #03FCD7
Black with #03FCD7
Text Example
Text Example
White with #03FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCD7; }
p { color: rgb(3,252,215); }
H1.HeaderClassName
{
color: #03FCD7;
}
.AnyTagClassName
{
color: #03FCD7;
}
</style>
background-color css
<style>
a { background-color: #03FCD7; }
a { background-color: rgb(3,252,215); }
div.DivClassName
{
background-color: #03FCD7;
}
.BgClassName
{
background-color: #03FCD7;
}
</style>
border-color css
<style>
span { border-color: #03FCD7; }
span { border-color: rgb(3,252,215); }
td.TdClassName
{
border-color: #03FCD7;
}
.TagClassName
{
border-color: #03FCD7;
}
</style>