Shades of Bright Turquoise #03FDCB
Tints of Bright Turquoise #03FDCB
RGB
CMYK
RGB Variations
Color information
#03FDCB (or 0x03FDCB) is known color: Bright Turquoise. HEX triplet: 03, FD and CB. RGB value is (3,253,203). Sum of RGB (Red+Green+Blue) = 3+253+203=459 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #03FDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FDCB is #FC0234. Grayscale: #ACACAC. Windows color (decimal): -16515637 or 13368579. OLE color: 13368579.
HSL color Cylindrical-coordinate representation of color #03FDCB: hue angle of 168º 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 #03FDCB is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 203 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.01 |
| HSL | 168º | 0.98% | 0.5% | - |
| HSV(B) | 168º | 0.99% | 0.99% | - |
| XYZ | 45.94 | 74.58 | 68.47 | - |
| YUV | 172.55 | 145.18 | 7.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 203 | 0.99 | 0 | 0.20 | 0.01 | 168 | 0.98 | 0.5 |
| Hex | 3 | FD | CB | 63 | 0 | 14 | 1 | A8 | 62 | 32 |
| Octal | 3 | 375 | 313 | 143 | 0 | 24 | 1 | 250 | 142 | 62 |
| Binary | 11 | 11111101 | 11001011 | 1100011 | 0 | 10100 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #03FDCB
Complementary color
Monochromatic Colors of #03FDCB
Black with #03FDCB
Text Example
Text Example
White with #03FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FDCB; }
p { color: rgb(3,253,203); }
H1.HeaderClassName
{
color: #03FDCB;
}
.AnyTagClassName
{
color: #03FDCB;
}
</style>
background-color css
<style>
a { background-color: #03FDCB; }
a { background-color: rgb(3,253,203); }
div.DivClassName
{
background-color: #03FDCB;
}
.BgClassName
{
background-color: #03FDCB;
}
</style>
border-color css
<style>
span { border-color: #03FDCB; }
span { border-color: rgb(3,253,203); }
td.TdClassName
{
border-color: #03FDCB;
}
.TagClassName
{
border-color: #03FDCB;
}
</style>