Shades of Bright Turquoise #03FDD5
Tints of Bright Turquoise #03FDD5
RGB
CMYK
RGB Variations
Color information
#03FDD5 (or 0x03FDD5) is known color: Bright Turquoise. HEX triplet: 03, FD and D5. RGB value is (3,253,213). Sum of RGB (Red+Green+Blue) = 3+253+213=469 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #03FDD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FDD5 is #FC022A. Grayscale: #ADADAD. Windows color (decimal): -16515627 or 14023939. OLE color: 14023939.
HSL color Cylindrical-coordinate representation of color #03FDD5: hue angle of 170.4º 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 #03FDD5 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 213 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.01 |
| HSL | 170.4º | 0.98% | 0.5% | - |
| HSV(B) | 170.4º | 0.99% | 0.99% | - |
| XYZ | 47.17 | 75.07 | 74.96 | - |
| YUV | 173.69 | 150.18 | 6.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 213 | 0.99 | 0 | 0.16 | 0.01 | 170.4 | 0.98 | 0.5 |
| Hex | 3 | FD | D5 | 63 | 0 | 10 | 1 | AA | 62 | 32 |
| Octal | 3 | 375 | 325 | 143 | 0 | 20 | 1 | 252 | 142 | 62 |
| Binary | 11 | 11111101 | 11010101 | 1100011 | 0 | 10000 | 1 | 10101010 | 1100010 | 110010 |
Color Harmonies of #03FDD5
Complementary color
Monochromatic Colors of #03FDD5
Black with #03FDD5
Text Example
Text Example
White with #03FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FDD5; }
p { color: rgb(3,253,213); }
H1.HeaderClassName
{
color: #03FDD5;
}
.AnyTagClassName
{
color: #03FDD5;
}
</style>
background-color css
<style>
a { background-color: #03FDD5; }
a { background-color: rgb(3,253,213); }
div.DivClassName
{
background-color: #03FDD5;
}
.BgClassName
{
background-color: #03FDD5;
}
</style>
border-color css
<style>
span { border-color: #03FDD5; }
span { border-color: rgb(3,253,213); }
td.TdClassName
{
border-color: #03FDD5;
}
.TagClassName
{
border-color: #03FDD5;
}
</style>