Shades of Bright Turquoise #03EFEC
Tints of Bright Turquoise #03EFEC
RGB
CMYK
RGB Variations
Color information
#03EFEC (or 0x03EFEC) is known color: Bright Turquoise. HEX triplet: 03, EF and EC. RGB value is (3,239,236). Sum of RGB (Red+Green+Blue) = 3+239+236=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFEC is #FC1013. Grayscale: #A7A7A7. Windows color (decimal): -16519188 or 15527683. OLE color: 15527683.
HSL color Cylindrical-coordinate representation of color #03EFEC: hue angle of 179.24º 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 #03EFEC is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 236 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.06 |
| HSL | 179.24º | 0.98% | 0.47% | - |
| HSV(B) | 179.24º | 0.99% | 0.94% | - |
| XYZ | 46.04 | 67.81 | 90.02 | - |
| YUV | 168.09 | 166.31 | 10.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 236 | 0.99 | 0 | 0.01 | 0.06 | 179.24 | 0.98 | 0.47 |
| Hex | 3 | EF | EC | 63 | 0 | 1 | 6 | B3 | 62 | 2F |
| Octal | 3 | 357 | 354 | 143 | 0 | 1 | 6 | 263 | 142 | 57 |
| Binary | 11 | 11101111 | 11101100 | 1100011 | 0 | 1 | 110 | 10110011 | 1100010 | 101111 |
Color Harmonies of #03EFEC
Complementary color
Monochromatic Colors of #03EFEC
Black with #03EFEC
Text Example
Text Example
White with #03EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFEC; }
p { color: rgb(3,239,236); }
H1.HeaderClassName
{
color: #03EFEC;
}
.AnyTagClassName
{
color: #03EFEC;
}
</style>
background-color css
<style>
a { background-color: #03EFEC; }
a { background-color: rgb(3,239,236); }
div.DivClassName
{
background-color: #03EFEC;
}
.BgClassName
{
background-color: #03EFEC;
}
</style>
border-color css
<style>
span { border-color: #03EFEC; }
span { border-color: rgb(3,239,236); }
td.TdClassName
{
border-color: #03EFEC;
}
.TagClassName
{
border-color: #03EFEC;
}
</style>