Shades of Bright Turquoise #03FCCD
Tints of Bright Turquoise #03FCCD
RGB
CMYK
RGB Variations
Color information
#03FCCD (or 0x03FCCD) is known color: Bright Turquoise. HEX triplet: 03, FC and CD. RGB value is (3,252,205). Sum of RGB (Red+Green+Blue) = 3+252+205=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCCD is #FC0332. Grayscale: #ACACAC. Windows color (decimal): -16515891 or 13499395. OLE color: 13499395.
HSL color Cylindrical-coordinate representation of color #03FCCD: hue angle of 168.67º 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 #03FCCD is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 205 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.01 |
| HSL | 168.67º | 0.98% | 0.5% | - |
| HSV(B) | 168.67º | 0.99% | 0.99% | - |
| XYZ | 45.87 | 74.05 | 69.63 | - |
| YUV | 172.19 | 146.51 | 7.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 205 | 0.99 | 0 | 0.19 | 0.01 | 168.67 | 0.98 | 0.5 |
| Hex | 3 | FC | CD | 63 | 0 | 13 | 1 | A9 | 62 | 32 |
| Octal | 3 | 374 | 315 | 143 | 0 | 23 | 1 | 251 | 142 | 62 |
| Binary | 11 | 11111100 | 11001101 | 1100011 | 0 | 10011 | 1 | 10101001 | 1100010 | 110010 |
Color Harmonies of #03FCCD
Complementary color
Monochromatic Colors of #03FCCD
Black with #03FCCD
Text Example
Text Example
White with #03FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCCD; }
p { color: rgb(3,252,205); }
H1.HeaderClassName
{
color: #03FCCD;
}
.AnyTagClassName
{
color: #03FCCD;
}
</style>
background-color css
<style>
a { background-color: #03FCCD; }
a { background-color: rgb(3,252,205); }
div.DivClassName
{
background-color: #03FCCD;
}
.BgClassName
{
background-color: #03FCCD;
}
</style>
border-color css
<style>
span { border-color: #03FCCD; }
span { border-color: rgb(3,252,205); }
td.TdClassName
{
border-color: #03FCCD;
}
.TagClassName
{
border-color: #03FCCD;
}
</style>