Shades of Bright Turquoise #03FEDD
Tints of Bright Turquoise #03FEDD
RGB
CMYK
RGB Variations
Color information
#03FEDD (or 0x03FEDD) is known color: Bright Turquoise. HEX triplet: 03, FE and DD. RGB value is (3,254,221). Sum of RGB (Red+Green+Blue) = 3+254+221=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #03FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FEDD is #FC0122. Grayscale: #AFAFAF. Windows color (decimal): -16515363 or 14548483. OLE color: 14548483.
HSL color Cylindrical-coordinate representation of color #03FEDD: hue angle of 172.11º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FEDD is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 221 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.00 |
| HSL | 172.11º | 0.99% | 0.5% | - |
| HSV(B) | 172.11º | 0.99% | 1% | - |
| XYZ | 48.53 | 76.12 | 80.54 | - |
| YUV | 175.19 | 153.84 | 5.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 221 | 0.99 | 0 | 0.13 | 0.00 | 172.11 | 0.99 | 0.5 |
| Hex | 3 | FE | DD | 63 | 0 | D | 0 | AC | 63 | 32 |
| Octal | 3 | 376 | 335 | 143 | 0 | 15 | 0 | 254 | 143 | 62 |
| Binary | 11 | 11111110 | 11011101 | 1100011 | 0 | 1101 | 0 | 10101100 | 1100011 | 110010 |
Color Harmonies of #03FEDD
Complementary color
Monochromatic Colors of #03FEDD
Black with #03FEDD
Text Example
Text Example
White with #03FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FEDD; }
p { color: rgb(3,254,221); }
H1.HeaderClassName
{
color: #03FEDD;
}
.AnyTagClassName
{
color: #03FEDD;
}
</style>
background-color css
<style>
a { background-color: #03FEDD; }
a { background-color: rgb(3,254,221); }
div.DivClassName
{
background-color: #03FEDD;
}
.BgClassName
{
background-color: #03FEDD;
}
</style>
border-color css
<style>
span { border-color: #03FEDD; }
span { border-color: rgb(3,254,221); }
td.TdClassName
{
border-color: #03FEDD;
}
.TagClassName
{
border-color: #03FEDD;
}
</style>