Shades of Turquoise #34EEF0
Tints of Turquoise #34EEF0
RGB
CMYK
RGB Variations
Color information
#34EEF0 (or 0x34EEF0) is known color: Turquoise. HEX triplet: 34, EE and F0. RGB value is (52,238,240). Sum of RGB (Red+Green+Blue) = 52+238+240=530 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.81% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #34EEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EEF0 is #CB110F. Grayscale: #B6B6B6. Windows color (decimal): -13308176 or 15789620. OLE color: 15789620.
HSL color Cylindrical-coordinate representation of color #34EEF0: hue angle of 180.64º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EEF0 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 238 | 240 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.06 |
| HSL | 180.64º | 0.86% | 0.57% | - |
| HSV(B) | 180.64º | 0.78% | 0.94% | - |
| XYZ | 47.72 | 68.17 | 93.08 | - |
| YUV | 182.61 | 160.38 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 240 | 0.78 | 0.01 | 0 | 0.06 | 180.64 | 0.86 | 0.57 |
| Hex | 34 | EE | F0 | 4E | 1 | 0 | 6 | B5 | 56 | 39 |
| Octal | 64 | 356 | 360 | 116 | 1 | 0 | 6 | 265 | 126 | 71 |
| Binary | 110100 | 11101110 | 11110000 | 1001110 | 1 | 0 | 110 | 10110101 | 1010110 | 111001 |
Color Harmonies of #34EEF0
Complementary color
Monochromatic Colors of #34EEF0
Black with #34EEF0
Text Example
Text Example
White with #34EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEF0; }
p { color: rgb(52,238,240); }
H1.HeaderClassName
{
color: #34EEF0;
}
.AnyTagClassName
{
color: #34EEF0;
}
</style>
background-color css
<style>
a { background-color: #34EEF0; }
a { background-color: rgb(52,238,240); }
div.DivClassName
{
background-color: #34EEF0;
}
.BgClassName
{
background-color: #34EEF0;
}
</style>
border-color css
<style>
span { border-color: #34EEF0; }
span { border-color: rgb(52,238,240); }
td.TdClassName
{
border-color: #34EEF0;
}
.TagClassName
{
border-color: #34EEF0;
}
</style>