Shades of Bright Turquoise #03FDDC
Tints of Bright Turquoise #03FDDC
RGB
CMYK
RGB Variations
Color information
#03FDDC (or 0x03FDDC) is known color: Bright Turquoise. HEX triplet: 03, FD and DC. RGB value is (3,253,220). Sum of RGB (Red+Green+Blue) = 3+253+220=476 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 476); Green value is 253 (99.22% from 255 or 53.15% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 253 - color contains mainly: green. Hex color #03FDDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FDDC is #FC0223. Grayscale: #AEAEAE. Windows color (decimal): -16515620 or 14482691. OLE color: 14482691.
HSL color Cylindrical-coordinate representation of color #03FDDC: hue angle of 172.08º 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 #03FDDC is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 220 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.01 |
| HSL | 172.08º | 0.98% | 0.5% | - |
| HSV(B) | 172.08º | 0.99% | 0.99% | - |
| XYZ | 48.08 | 75.44 | 79.74 | - |
| YUV | 174.49 | 153.68 | 5.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 220 | 0.99 | 0 | 0.13 | 0.01 | 172.08 | 0.98 | 0.5 |
| Hex | 3 | FD | DC | 63 | 0 | D | 1 | AC | 62 | 32 |
| Octal | 3 | 375 | 334 | 143 | 0 | 15 | 1 | 254 | 142 | 62 |
| Binary | 11 | 11111101 | 11011100 | 1100011 | 0 | 1101 | 1 | 10101100 | 1100010 | 110010 |
Color Harmonies of #03FDDC
Complementary color
Monochromatic Colors of #03FDDC
Black with #03FDDC
Text Example
Text Example
White with #03FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FDDC; }
p { color: rgb(3,253,220); }
H1.HeaderClassName
{
color: #03FDDC;
}
.AnyTagClassName
{
color: #03FDDC;
}
</style>
background-color css
<style>
a { background-color: #03FDDC; }
a { background-color: rgb(3,253,220); }
div.DivClassName
{
background-color: #03FDDC;
}
.BgClassName
{
background-color: #03FDDC;
}
</style>
border-color css
<style>
span { border-color: #03FDDC; }
span { border-color: rgb(3,253,220); }
td.TdClassName
{
border-color: #03FDDC;
}
.TagClassName
{
border-color: #03FDDC;
}
</style>