Shades of Bright Turquoise #00EFCC
Tints of Bright Turquoise #00EFCC
RGB
CMYK
RGB Variations
Color information
#00EFCC (or 0x00EFCC) is known color: Bright Turquoise. HEX triplet: 00, EF and CC. RGB value is (0,239,204). Sum of RGB (Red+Green+Blue) = 0+239+204=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EFCC is #FF1033. Grayscale: #A3A3A3. Windows color (decimal): -16715828 or 13430528. OLE color: 13430528.
HSL color Cylindrical-coordinate representation of color #00EFCC: hue angle of 171.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EFCC is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 204 | - |
| CMYK | 1 | 0 | 0.15 | 0.06 |
| HSL | 171.21º | 1% | 0.47% | - |
| HSV(B) | 171.21º | 1% | 0.94% | - |
| XYZ | 41.77 | 66.09 | 67.68 | - |
| YUV | 163.55 | 150.82 | 11.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 204 | 1 | 0 | 0.15 | 0.06 | 171.21 | 1 | 0.47 |
| Hex | 0 | EF | CC | 64 | 0 | F | 6 | AB | 64 | 2F |
| Octal | 0 | 357 | 314 | 144 | 0 | 17 | 6 | 253 | 144 | 57 |
| Binary | 0 | 11101111 | 11001100 | 1100100 | 0 | 1111 | 110 | 10101011 | 1100100 | 101111 |
Color Harmonies of #00EFCC
Complementary color
Monochromatic Colors of #00EFCC
Black with #00EFCC
Text Example
Text Example
White with #00EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFCC; }
p { color: rgb(0,239,204); }
H1.HeaderClassName
{
color: #00EFCC;
}
.AnyTagClassName
{
color: #00EFCC;
}
</style>
background-color css
<style>
a { background-color: #00EFCC; }
a { background-color: rgb(0,239,204); }
div.DivClassName
{
background-color: #00EFCC;
}
.BgClassName
{
background-color: #00EFCC;
}
</style>
border-color css
<style>
span { border-color: #00EFCC; }
span { border-color: rgb(0,239,204); }
td.TdClassName
{
border-color: #00EFCC;
}
.TagClassName
{
border-color: #00EFCC;
}
</style>