Shades of Turquoise #34EEED
Tints of Turquoise #34EEED
RGB
CMYK
RGB Variations
Color information
#34EEED (or 0x34EEED) is known color: Turquoise. HEX triplet: 34, EE and ED. RGB value is (52,238,237). Sum of RGB (Red+Green+Blue) = 52+238+237=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EEED is #CB1112. Grayscale: #B6B6B6. Windows color (decimal): -13308179 or 15593012. OLE color: 15593012.
HSL color Cylindrical-coordinate representation of color #34EEED: hue angle of 179.68º 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 #34EEED is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 237 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.07 |
| HSL | 179.68º | 0.85% | 0.57% | - |
| HSV(B) | 179.68º | 0.78% | 0.93% | - |
| XYZ | 47.28 | 67.99 | 90.75 | - |
| YUV | 182.27 | 158.88 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 237 | 0.78 | 0 | 0.00 | 0.07 | 179.68 | 0.85 | 0.57 |
| Hex | 34 | EE | ED | 4E | 0 | 0 | 7 | B4 | 55 | 39 |
| Octal | 64 | 356 | 355 | 116 | 0 | 0 | 7 | 264 | 125 | 71 |
| Binary | 110100 | 11101110 | 11101101 | 1001110 | 0 | 0 | 111 | 10110100 | 1010101 | 111001 |
Color Harmonies of #34EEED
Complementary color
Monochromatic Colors of #34EEED
Black with #34EEED
Text Example
Text Example
White with #34EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEED; }
p { color: rgb(52,238,237); }
H1.HeaderClassName
{
color: #34EEED;
}
.AnyTagClassName
{
color: #34EEED;
}
</style>
background-color css
<style>
a { background-color: #34EEED; }
a { background-color: rgb(52,238,237); }
div.DivClassName
{
background-color: #34EEED;
}
.BgClassName
{
background-color: #34EEED;
}
</style>
border-color css
<style>
span { border-color: #34EEED; }
span { border-color: rgb(52,238,237); }
td.TdClassName
{
border-color: #34EEED;
}
.TagClassName
{
border-color: #34EEED;
}
</style>