Shades of Turquoise #34EEE0
Tints of Turquoise #34EEE0
RGB
CMYK
RGB Variations
Color information
#34EEE0 (or 0x34EEE0) is known color: Turquoise. HEX triplet: 34, EE and E0. RGB value is (52,238,224). Sum of RGB (Red+Green+Blue) = 52+238+224=514 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.12% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EEE0 is #CB111F. Grayscale: #B4B4B4. Windows color (decimal): -13308192 or 14741044. OLE color: 14741044.
HSL color Cylindrical-coordinate representation of color #34EEE0: hue angle of 175.48º 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 #34EEE0 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 224 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.07 |
| HSL | 175.48º | 0.85% | 0.57% | - |
| HSV(B) | 175.48º | 0.78% | 0.93% | - |
| XYZ | 45.45 | 67.26 | 81.11 | - |
| YUV | 180.79 | 152.38 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 224 | 0.78 | 0 | 0.06 | 0.07 | 175.48 | 0.85 | 0.57 |
| Hex | 34 | EE | E0 | 4E | 0 | 6 | 7 | AF | 55 | 39 |
| Octal | 64 | 356 | 340 | 116 | 0 | 6 | 7 | 257 | 125 | 71 |
| Binary | 110100 | 11101110 | 11100000 | 1001110 | 0 | 110 | 111 | 10101111 | 1010101 | 111001 |
Color Harmonies of #34EEE0
Complementary color
Monochromatic Colors of #34EEE0
Black with #34EEE0
Text Example
Text Example
White with #34EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEE0; }
p { color: rgb(52,238,224); }
H1.HeaderClassName
{
color: #34EEE0;
}
.AnyTagClassName
{
color: #34EEE0;
}
</style>
background-color css
<style>
a { background-color: #34EEE0; }
a { background-color: rgb(52,238,224); }
div.DivClassName
{
background-color: #34EEE0;
}
.BgClassName
{
background-color: #34EEE0;
}
</style>
border-color css
<style>
span { border-color: #34EEE0; }
span { border-color: rgb(52,238,224); }
td.TdClassName
{
border-color: #34EEE0;
}
.TagClassName
{
border-color: #34EEE0;
}
</style>