Shades of Bright Turquoise #03FDCC
Tints of Bright Turquoise #03FDCC
RGB
CMYK
RGB Variations
Color information
#03FDCC (or 0x03FDCC) is known color: Bright Turquoise. HEX triplet: 03, FD and CC. RGB value is (3,253,204). Sum of RGB (Red+Green+Blue) = 3+253+204=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #03FDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FDCC is #FC0233. Grayscale: #ACACAC. Windows color (decimal): -16515636 or 13434115. OLE color: 13434115.
HSL color Cylindrical-coordinate representation of color #03FDCC: hue angle of 168.24º 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 #03FDCC is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 204 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.01 |
| HSL | 168.24º | 0.98% | 0.5% | - |
| HSV(B) | 168.24º | 0.99% | 0.99% | - |
| XYZ | 46.06 | 74.63 | 69.1 | - |
| YUV | 172.66 | 145.68 | 6.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 204 | 0.99 | 0 | 0.19 | 0.01 | 168.24 | 0.98 | 0.5 |
| Hex | 3 | FD | CC | 63 | 0 | 13 | 1 | A8 | 62 | 32 |
| Octal | 3 | 375 | 314 | 143 | 0 | 23 | 1 | 250 | 142 | 62 |
| Binary | 11 | 11111101 | 11001100 | 1100011 | 0 | 10011 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #03FDCC
Complementary color
Monochromatic Colors of #03FDCC
Black with #03FDCC
Text Example
Text Example
White with #03FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FDCC; }
p { color: rgb(3,253,204); }
H1.HeaderClassName
{
color: #03FDCC;
}
.AnyTagClassName
{
color: #03FDCC;
}
</style>
background-color css
<style>
a { background-color: #03FDCC; }
a { background-color: rgb(3,253,204); }
div.DivClassName
{
background-color: #03FDCC;
}
.BgClassName
{
background-color: #03FDCC;
}
</style>
border-color css
<style>
span { border-color: #03FDCC; }
span { border-color: rgb(3,253,204); }
td.TdClassName
{
border-color: #03FDCC;
}
.TagClassName
{
border-color: #03FDCC;
}
</style>