Shades of Turquoise #34EEE7
Tints of Turquoise #34EEE7
RGB
CMYK
RGB Variations
Color information
#34EEE7 (or 0x34EEE7) is known color: Turquoise. HEX triplet: 34, EE and E7. RGB value is (52,238,231). Sum of RGB (Red+Green+Blue) = 52+238+231=521 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.98% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EEE7 is #CB1118. Grayscale: #B5B5B5. Windows color (decimal): -13308185 or 15199796. OLE color: 15199796.
HSL color Cylindrical-coordinate representation of color #34EEE7: hue angle of 177.74º 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 #34EEE7 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 231 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.07 |
| HSL | 177.74º | 0.85% | 0.57% | - |
| HSV(B) | 177.74º | 0.78% | 0.93% | - |
| XYZ | 46.41 | 67.65 | 86.21 | - |
| YUV | 181.59 | 155.88 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 231 | 0.78 | 0 | 0.03 | 0.07 | 177.74 | 0.85 | 0.57 |
| Hex | 34 | EE | E7 | 4E | 0 | 3 | 7 | B2 | 55 | 39 |
| Octal | 64 | 356 | 347 | 116 | 0 | 3 | 7 | 262 | 125 | 71 |
| Binary | 110100 | 11101110 | 11100111 | 1001110 | 0 | 11 | 111 | 10110010 | 1010101 | 111001 |
Color Harmonies of #34EEE7
Complementary color
Monochromatic Colors of #34EEE7
Black with #34EEE7
Text Example
Text Example
White with #34EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEE7; }
p { color: rgb(52,238,231); }
H1.HeaderClassName
{
color: #34EEE7;
}
.AnyTagClassName
{
color: #34EEE7;
}
</style>
background-color css
<style>
a { background-color: #34EEE7; }
a { background-color: rgb(52,238,231); }
div.DivClassName
{
background-color: #34EEE7;
}
.BgClassName
{
background-color: #34EEE7;
}
</style>
border-color css
<style>
span { border-color: #34EEE7; }
span { border-color: rgb(52,238,231); }
td.TdClassName
{
border-color: #34EEE7;
}
.TagClassName
{
border-color: #34EEE7;
}
</style>