Shades of Bright Turquoise #03EFE3
Tints of Bright Turquoise #03EFE3
RGB
CMYK
RGB Variations
Color information
#03EFE3 (or 0x03EFE3) is known color: Bright Turquoise. HEX triplet: 03, EF and E3. RGB value is (3,239,227). Sum of RGB (Red+Green+Blue) = 3+239+227=469 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFE3 is #FC101C. Grayscale: #A6A6A6. Windows color (decimal): -16519197 or 14937859. OLE color: 14937859.
HSL color Cylindrical-coordinate representation of color #03EFE3: hue angle of 176.95º 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 #03EFE3 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 227 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.06 |
| HSL | 176.95º | 0.98% | 0.47% | - |
| HSV(B) | 176.95º | 0.99% | 0.94% | - |
| XYZ | 44.77 | 67.3 | 83.3 | - |
| YUV | 167.07 | 161.81 | 10.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 227 | 0.99 | 0 | 0.05 | 0.06 | 176.95 | 0.98 | 0.47 |
| Hex | 3 | EF | E3 | 63 | 0 | 5 | 6 | B1 | 62 | 2F |
| Octal | 3 | 357 | 343 | 143 | 0 | 5 | 6 | 261 | 142 | 57 |
| Binary | 11 | 11101111 | 11100011 | 1100011 | 0 | 101 | 110 | 10110001 | 1100010 | 101111 |
Color Harmonies of #03EFE3
Complementary color
Monochromatic Colors of #03EFE3
Black with #03EFE3
Text Example
Text Example
White with #03EFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFE3; }
p { color: rgb(3,239,227); }
H1.HeaderClassName
{
color: #03EFE3;
}
.AnyTagClassName
{
color: #03EFE3;
}
</style>
background-color css
<style>
a { background-color: #03EFE3; }
a { background-color: rgb(3,239,227); }
div.DivClassName
{
background-color: #03EFE3;
}
.BgClassName
{
background-color: #03EFE3;
}
</style>
border-color css
<style>
span { border-color: #03EFE3; }
span { border-color: rgb(3,239,227); }
td.TdClassName
{
border-color: #03EFE3;
}
.TagClassName
{
border-color: #03EFE3;
}
</style>