Shades of Bright Turquoise #03FCCB
Tints of Bright Turquoise #03FCCB
RGB
CMYK
RGB Variations
Color information
#03FCCB (or 0x03FCCB) is known color: Bright Turquoise. HEX triplet: 03, FC and CB. RGB value is (3,252,203). Sum of RGB (Red+Green+Blue) = 3+252+203=458 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCCB is #FC0334. Grayscale: #ABABAB. Windows color (decimal): -16515893 or 13368323. OLE color: 13368323.
HSL color Cylindrical-coordinate representation of color #03FCCB: hue angle of 168.19º 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 #03FCCB is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 203 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.01 |
| HSL | 168.19º | 0.98% | 0.5% | - |
| HSV(B) | 168.19º | 0.99% | 0.99% | - |
| XYZ | 45.63 | 73.95 | 68.37 | - |
| YUV | 171.96 | 145.51 | 7.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 203 | 0.99 | 0 | 0.19 | 0.01 | 168.19 | 0.98 | 0.5 |
| Hex | 3 | FC | CB | 63 | 0 | 13 | 1 | A8 | 62 | 32 |
| Octal | 3 | 374 | 313 | 143 | 0 | 23 | 1 | 250 | 142 | 62 |
| Binary | 11 | 11111100 | 11001011 | 1100011 | 0 | 10011 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #03FCCB
Complementary color
Monochromatic Colors of #03FCCB
Black with #03FCCB
Text Example
Text Example
White with #03FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCCB; }
p { color: rgb(3,252,203); }
H1.HeaderClassName
{
color: #03FCCB;
}
.AnyTagClassName
{
color: #03FCCB;
}
</style>
background-color css
<style>
a { background-color: #03FCCB; }
a { background-color: rgb(3,252,203); }
div.DivClassName
{
background-color: #03FCCB;
}
.BgClassName
{
background-color: #03FCCB;
}
</style>
border-color css
<style>
span { border-color: #03FCCB; }
span { border-color: rgb(3,252,203); }
td.TdClassName
{
border-color: #03FCCB;
}
.TagClassName
{
border-color: #03FCCB;
}
</style>