Shades of Bright Turquoise #03EFD6
Tints of Bright Turquoise #03EFD6
RGB
CMYK
RGB Variations
Color information
#03EFD6 (or 0x03EFD6) is known color: Bright Turquoise. HEX triplet: 03, EF and D6. RGB value is (3,239,214). Sum of RGB (Red+Green+Blue) = 3+239+214=456 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #03EFD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EFD6 is #FC1029. Grayscale: #A5A5A5. Windows color (decimal): -16519210 or 14085891. OLE color: 14085891.
HSL color Cylindrical-coordinate representation of color #03EFD6: hue angle of 173.64º 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 #03EFD6 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 214 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.06 |
| HSL | 173.64º | 0.98% | 0.47% | - |
| HSV(B) | 173.64º | 0.99% | 0.94% | - |
| XYZ | 43.04 | 66.61 | 74.21 | - |
| YUV | 165.59 | 155.31 | 12.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 214 | 0.99 | 0 | 0.10 | 0.06 | 173.64 | 0.98 | 0.47 |
| Hex | 3 | EF | D6 | 63 | 0 | A | 6 | AE | 62 | 2F |
| Octal | 3 | 357 | 326 | 143 | 0 | 12 | 6 | 256 | 142 | 57 |
| Binary | 11 | 11101111 | 11010110 | 1100011 | 0 | 1010 | 110 | 10101110 | 1100010 | 101111 |
Color Harmonies of #03EFD6
Complementary color
Monochromatic Colors of #03EFD6
Black with #03EFD6
Text Example
Text Example
White with #03EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFD6; }
p { color: rgb(3,239,214); }
H1.HeaderClassName
{
color: #03EFD6;
}
.AnyTagClassName
{
color: #03EFD6;
}
</style>
background-color css
<style>
a { background-color: #03EFD6; }
a { background-color: rgb(3,239,214); }
div.DivClassName
{
background-color: #03EFD6;
}
.BgClassName
{
background-color: #03EFD6;
}
</style>
border-color css
<style>
span { border-color: #03EFD6; }
span { border-color: rgb(3,239,214); }
td.TdClassName
{
border-color: #03EFD6;
}
.TagClassName
{
border-color: #03EFD6;
}
</style>