Shades of Bright Turquoise #03EFE2
Tints of Bright Turquoise #03EFE2
RGB
CMYK
RGB Variations
Color information
#03EFE2 (or 0x03EFE2) is known color: Bright Turquoise. HEX triplet: 03, EF and E2. RGB value is (3,239,226). Sum of RGB (Red+Green+Blue) = 3+239+226=468 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFE2 is #FC101D. Grayscale: #A6A6A6. Windows color (decimal): -16519198 or 14872323. OLE color: 14872323.
HSL color Cylindrical-coordinate representation of color #03EFE2: hue angle of 176.69º 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 #03EFE2 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 226 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.06 |
| HSL | 176.69º | 0.98% | 0.47% | - |
| HSV(B) | 176.69º | 0.99% | 0.94% | - |
| XYZ | 44.63 | 67.24 | 82.58 | - |
| YUV | 166.95 | 161.31 | 11.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 226 | 0.99 | 0 | 0.05 | 0.06 | 176.69 | 0.98 | 0.47 |
| Hex | 3 | EF | E2 | 63 | 0 | 5 | 6 | B1 | 62 | 2F |
| Octal | 3 | 357 | 342 | 143 | 0 | 5 | 6 | 261 | 142 | 57 |
| Binary | 11 | 11101111 | 11100010 | 1100011 | 0 | 101 | 110 | 10110001 | 1100010 | 101111 |
Color Harmonies of #03EFE2
Complementary color
Monochromatic Colors of #03EFE2
Black with #03EFE2
Text Example
Text Example
White with #03EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFE2; }
p { color: rgb(3,239,226); }
H1.HeaderClassName
{
color: #03EFE2;
}
.AnyTagClassName
{
color: #03EFE2;
}
</style>
background-color css
<style>
a { background-color: #03EFE2; }
a { background-color: rgb(3,239,226); }
div.DivClassName
{
background-color: #03EFE2;
}
.BgClassName
{
background-color: #03EFE2;
}
</style>
border-color css
<style>
span { border-color: #03EFE2; }
span { border-color: rgb(3,239,226); }
td.TdClassName
{
border-color: #03EFE2;
}
.TagClassName
{
border-color: #03EFE2;
}
</style>