Shades of Turquoise #2CEEB8
Tints of Turquoise #2CEEB8
RGB
CMYK
RGB Variations
Color information
#2CEEB8 (or 0x2CEEB8) is known color: Turquoise. HEX triplet: 2C, EE and B8. RGB value is (44,238,184). Sum of RGB (Red+Green+Blue) = 44+238+184=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEEB8 is #D31147. Grayscale: #ADADAD. Windows color (decimal): -13832520 or 12119596. OLE color: 12119596.
HSL color Cylindrical-coordinate representation of color #2CEEB8: hue angle of 163.3º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEEB8 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 184 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.07 |
| HSL | 163.3º | 0.85% | 0.55% | - |
| HSV(B) | 163.3º | 0.82% | 0.93% | - |
| XYZ | 40.26 | 65.15 | 55.8 | - |
| YUV | 173.84 | 133.73 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 184 | 0.82 | 0 | 0.23 | 0.07 | 163.3 | 0.85 | 0.55 |
| Hex | 2C | EE | B8 | 52 | 0 | 17 | 7 | A3 | 55 | 37 |
| Octal | 54 | 356 | 270 | 122 | 0 | 27 | 7 | 243 | 125 | 67 |
| Binary | 101100 | 11101110 | 10111000 | 1010010 | 0 | 10111 | 111 | 10100011 | 1010101 | 110111 |
Color Harmonies of #2CEEB8
Complementary color
Monochromatic Colors of #2CEEB8
Black with #2CEEB8
Text Example
Text Example
White with #2CEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEEB8; }
p { color: rgb(44,238,184); }
H1.HeaderClassName
{
color: #2CEEB8;
}
.AnyTagClassName
{
color: #2CEEB8;
}
</style>
background-color css
<style>
a { background-color: #2CEEB8; }
a { background-color: rgb(44,238,184); }
div.DivClassName
{
background-color: #2CEEB8;
}
.BgClassName
{
background-color: #2CEEB8;
}
</style>
border-color css
<style>
span { border-color: #2CEEB8; }
span { border-color: rgb(44,238,184); }
td.TdClassName
{
border-color: #2CEEB8;
}
.TagClassName
{
border-color: #2CEEB8;
}
</style>