Shades of Turquoise #34EEE8
Tints of Turquoise #34EEE8
RGB
CMYK
RGB Variations
Color information
#34EEE8 (or 0x34EEE8) is known color: Turquoise. HEX triplet: 34, EE and E8. RGB value is (52,238,232). Sum of RGB (Red+Green+Blue) = 52+238+232=522 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.96% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EEE8 is #CB1117. Grayscale: #B5B5B5. Windows color (decimal): -13308184 or 15265332. OLE color: 15265332.
HSL color Cylindrical-coordinate representation of color #34EEE8: hue angle of 178.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EEE8 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 232 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.07 |
| HSL | 178.06º | 0.85% | 0.57% | - |
| HSV(B) | 178.06º | 0.78% | 0.93% | - |
| XYZ | 46.56 | 67.71 | 86.96 | - |
| YUV | 181.7 | 156.38 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 232 | 0.78 | 0 | 0.03 | 0.07 | 178.06 | 0.85 | 0.57 |
| Hex | 34 | EE | E8 | 4E | 0 | 3 | 7 | B2 | 55 | 39 |
| Octal | 64 | 356 | 350 | 116 | 0 | 3 | 7 | 262 | 125 | 71 |
| Binary | 110100 | 11101110 | 11101000 | 1001110 | 0 | 11 | 111 | 10110010 | 1010101 | 111001 |
Color Harmonies of #34EEE8
Complementary color
Monochromatic Colors of #34EEE8
Black with #34EEE8
Text Example
Text Example
White with #34EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEE8; }
p { color: rgb(52,238,232); }
H1.HeaderClassName
{
color: #34EEE8;
}
.AnyTagClassName
{
color: #34EEE8;
}
</style>
background-color css
<style>
a { background-color: #34EEE8; }
a { background-color: rgb(52,238,232); }
div.DivClassName
{
background-color: #34EEE8;
}
.BgClassName
{
background-color: #34EEE8;
}
</style>
border-color css
<style>
span { border-color: #34EEE8; }
span { border-color: rgb(52,238,232); }
td.TdClassName
{
border-color: #34EEE8;
}
.TagClassName
{
border-color: #34EEE8;
}
</style>