Shades of Turquoise #34EEE6
Tints of Turquoise #34EEE6
RGB
CMYK
RGB Variations
Color information
#34EEE6 (or 0x34EEE6) is known color: Turquoise. HEX triplet: 34, EE and E6. RGB value is (52,238,230). Sum of RGB (Red+Green+Blue) = 52+238+230=520 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #34EEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EEE6 is #CB1119. Grayscale: #B5B5B5. Windows color (decimal): -13308186 or 15134260. OLE color: 15134260.
HSL color Cylindrical-coordinate representation of color #34EEE6: hue angle of 177.42º 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 #34EEE6 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 230 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.07 |
| HSL | 177.42º | 0.85% | 0.57% | - |
| HSV(B) | 177.42º | 0.78% | 0.93% | - |
| XYZ | 46.27 | 67.59 | 85.47 | - |
| YUV | 181.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 230 | 0.78 | 0 | 0.03 | 0.07 | 177.42 | 0.85 | 0.57 |
| Hex | 34 | EE | E6 | 4E | 0 | 3 | 7 | B1 | 55 | 39 |
| Octal | 64 | 356 | 346 | 116 | 0 | 3 | 7 | 261 | 125 | 71 |
| Binary | 110100 | 11101110 | 11100110 | 1001110 | 0 | 11 | 111 | 10110001 | 1010101 | 111001 |
Color Harmonies of #34EEE6
Complementary color
Monochromatic Colors of #34EEE6
Black with #34EEE6
Text Example
Text Example
White with #34EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EEE6; }
p { color: rgb(52,238,230); }
H1.HeaderClassName
{
color: #34EEE6;
}
.AnyTagClassName
{
color: #34EEE6;
}
</style>
background-color css
<style>
a { background-color: #34EEE6; }
a { background-color: rgb(52,238,230); }
div.DivClassName
{
background-color: #34EEE6;
}
.BgClassName
{
background-color: #34EEE6;
}
</style>
border-color css
<style>
span { border-color: #34EEE6; }
span { border-color: rgb(52,238,230); }
td.TdClassName
{
border-color: #34EEE6;
}
.TagClassName
{
border-color: #34EEE6;
}
</style>