Shades of Bright Turquoise #03FDD8
Tints of Bright Turquoise #03FDD8
RGB
CMYK
RGB Variations
Color information
#03FDD8 (or 0x03FDD8) is known color: Bright Turquoise. HEX triplet: 03, FD and D8. RGB value is (3,253,216). Sum of RGB (Red+Green+Blue) = 3+253+216=472 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #03FDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FDD8 is #FC0227. Grayscale: #ADADAD. Windows color (decimal): -16515624 or 14220547. OLE color: 14220547.
HSL color Cylindrical-coordinate representation of color #03FDD8: hue angle of 171.12º 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 #03FDD8 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 216 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.01 |
| HSL | 171.12º | 0.98% | 0.5% | - |
| HSV(B) | 171.12º | 0.99% | 0.99% | - |
| XYZ | 47.56 | 75.23 | 76.98 | - |
| YUV | 174.03 | 151.68 | 6.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 216 | 0.99 | 0 | 0.15 | 0.01 | 171.12 | 0.98 | 0.5 |
| Hex | 3 | FD | D8 | 63 | 0 | F | 1 | AB | 62 | 32 |
| Octal | 3 | 375 | 330 | 143 | 0 | 17 | 1 | 253 | 142 | 62 |
| Binary | 11 | 11111101 | 11011000 | 1100011 | 0 | 1111 | 1 | 10101011 | 1100010 | 110010 |
Color Harmonies of #03FDD8
Complementary color
Monochromatic Colors of #03FDD8
Black with #03FDD8
Text Example
Text Example
White with #03FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FDD8; }
p { color: rgb(3,253,216); }
H1.HeaderClassName
{
color: #03FDD8;
}
.AnyTagClassName
{
color: #03FDD8;
}
</style>
background-color css
<style>
a { background-color: #03FDD8; }
a { background-color: rgb(3,253,216); }
div.DivClassName
{
background-color: #03FDD8;
}
.BgClassName
{
background-color: #03FDD8;
}
</style>
border-color css
<style>
span { border-color: #03FDD8; }
span { border-color: rgb(3,253,216); }
td.TdClassName
{
border-color: #03FDD8;
}
.TagClassName
{
border-color: #03FDD8;
}
</style>