Shades of Bright Turquoise #03EFD4
Tints of Bright Turquoise #03EFD4
RGB
CMYK
RGB Variations
Color information
#03EFD4 (or 0x03EFD4) is known color: Bright Turquoise. HEX triplet: 03, EF and D4. RGB value is (3,239,212). Sum of RGB (Red+Green+Blue) = 3+239+212=454 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFD4 is #FC102B. Grayscale: #A5A5A5. Windows color (decimal): -16519212 or 13954819. OLE color: 13954819.
HSL color Cylindrical-coordinate representation of color #03EFD4: hue angle of 173.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EFD4 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 212 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.06 |
| HSL | 173.14º | 0.98% | 0.47% | - |
| HSV(B) | 173.14º | 0.99% | 0.94% | - |
| XYZ | 42.79 | 66.51 | 72.87 | - |
| YUV | 165.36 | 154.31 | 12.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 212 | 0.99 | 0 | 0.11 | 0.06 | 173.14 | 0.98 | 0.47 |
| Hex | 3 | EF | D4 | 63 | 0 | B | 6 | AD | 62 | 2F |
| Octal | 3 | 357 | 324 | 143 | 0 | 13 | 6 | 255 | 142 | 57 |
| Binary | 11 | 11101111 | 11010100 | 1100011 | 0 | 1011 | 110 | 10101101 | 1100010 | 101111 |
Color Harmonies of #03EFD4
Complementary color
Monochromatic Colors of #03EFD4
Black with #03EFD4
Text Example
Text Example
White with #03EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFD4; }
p { color: rgb(3,239,212); }
H1.HeaderClassName
{
color: #03EFD4;
}
.AnyTagClassName
{
color: #03EFD4;
}
</style>
background-color css
<style>
a { background-color: #03EFD4; }
a { background-color: rgb(3,239,212); }
div.DivClassName
{
background-color: #03EFD4;
}
.BgClassName
{
background-color: #03EFD4;
}
</style>
border-color css
<style>
span { border-color: #03EFD4; }
span { border-color: rgb(3,239,212); }
td.TdClassName
{
border-color: #03EFD4;
}
.TagClassName
{
border-color: #03EFD4;
}
</style>