Shades of Bright Turquoise #03FCCF
Tints of Bright Turquoise #03FCCF
RGB
CMYK
RGB Variations
Color information
#03FCCF (or 0x03FCCF) is known color: Bright Turquoise. HEX triplet: 03, FC and CF. RGB value is (3,252,207). Sum of RGB (Red+Green+Blue) = 3+252+207=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCCF is #FC0330. Grayscale: #ACACAC. Windows color (decimal): -16515889 or 13630467. OLE color: 13630467.
HSL color Cylindrical-coordinate representation of color #03FCCF: hue angle of 169.16º 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 #03FCCF is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 207 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.01 |
| HSL | 169.16º | 0.98% | 0.5% | - |
| HSV(B) | 169.16º | 0.99% | 0.99% | - |
| XYZ | 46.11 | 74.15 | 70.91 | - |
| YUV | 172.42 | 147.51 | 7.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 207 | 0.99 | 0 | 0.18 | 0.01 | 169.16 | 0.98 | 0.5 |
| Hex | 3 | FC | CF | 63 | 0 | 12 | 1 | A9 | 62 | 32 |
| Octal | 3 | 374 | 317 | 143 | 0 | 22 | 1 | 251 | 142 | 62 |
| Binary | 11 | 11111100 | 11001111 | 1100011 | 0 | 10010 | 1 | 10101001 | 1100010 | 110010 |
Color Harmonies of #03FCCF
Complementary color
Monochromatic Colors of #03FCCF
Black with #03FCCF
Text Example
Text Example
White with #03FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCCF; }
p { color: rgb(3,252,207); }
H1.HeaderClassName
{
color: #03FCCF;
}
.AnyTagClassName
{
color: #03FCCF;
}
</style>
background-color css
<style>
a { background-color: #03FCCF; }
a { background-color: rgb(3,252,207); }
div.DivClassName
{
background-color: #03FCCF;
}
.BgClassName
{
background-color: #03FCCF;
}
</style>
border-color css
<style>
span { border-color: #03FCCF; }
span { border-color: rgb(3,252,207); }
td.TdClassName
{
border-color: #03FCCF;
}
.TagClassName
{
border-color: #03FCCF;
}
</style>