Shades of Bright Turquoise #03EFE1
Tints of Bright Turquoise #03EFE1
RGB
CMYK
RGB Variations
Color information
#03EFE1 (or 0x03EFE1) is known color: Bright Turquoise. HEX triplet: 03, EF and E1. RGB value is (3,239,225). Sum of RGB (Red+Green+Blue) = 3+239+225=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFE1 is #FC101E. Grayscale: #A6A6A6. Windows color (decimal): -16519199 or 14806787. OLE color: 14806787.
HSL color Cylindrical-coordinate representation of color #03EFE1: hue angle of 176.44º 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 #03EFE1 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 225 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.06 |
| HSL | 176.44º | 0.98% | 0.47% | - |
| HSV(B) | 176.44º | 0.99% | 0.94% | - |
| XYZ | 44.49 | 67.19 | 81.86 | - |
| YUV | 166.84 | 160.81 | 11.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 225 | 0.99 | 0 | 0.06 | 0.06 | 176.44 | 0.98 | 0.47 |
| Hex | 3 | EF | E1 | 63 | 0 | 6 | 6 | B0 | 62 | 2F |
| Octal | 3 | 357 | 341 | 143 | 0 | 6 | 6 | 260 | 142 | 57 |
| Binary | 11 | 11101111 | 11100001 | 1100011 | 0 | 110 | 110 | 10110000 | 1100010 | 101111 |
Color Harmonies of #03EFE1
Complementary color
Monochromatic Colors of #03EFE1
Black with #03EFE1
Text Example
Text Example
White with #03EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFE1; }
p { color: rgb(3,239,225); }
H1.HeaderClassName
{
color: #03EFE1;
}
.AnyTagClassName
{
color: #03EFE1;
}
</style>
background-color css
<style>
a { background-color: #03EFE1; }
a { background-color: rgb(3,239,225); }
div.DivClassName
{
background-color: #03EFE1;
}
.BgClassName
{
background-color: #03EFE1;
}
</style>
border-color css
<style>
span { border-color: #03EFE1; }
span { border-color: rgb(3,239,225); }
td.TdClassName
{
border-color: #03EFE1;
}
.TagClassName
{
border-color: #03EFE1;
}
</style>