Shades of Turquoise #34D4EF
Tints of Turquoise #34D4EF
RGB
CMYK
RGB Variations
Color information
#34D4EF (or 0x34D4EF) is known color: Turquoise. HEX triplet: 34, D4 and EF. RGB value is (52,212,239). Sum of RGB (Red+Green+Blue) = 52+212+239=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #34D4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34D4EF is #CB2B10. Grayscale: #A6A6A6. Windows color (decimal): -13314833 or 15717428. OLE color: 15717428.
HSL color Cylindrical-coordinate representation of color #34D4EF: hue angle of 188.66º degrees, saturation: 0.85, 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 #34D4EF is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 212 | 239 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.06 |
| HSL | 188.66º | 0.85% | 0.57% | - |
| HSV(B) | 188.66º | 0.78% | 0.94% | - |
| XYZ | 40.54 | 54.05 | 89.96 | - |
| YUV | 167.24 | 168.49 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 239 | 0.78 | 0.11 | 0 | 0.06 | 188.66 | 0.85 | 0.57 |
| Hex | 34 | D4 | EF | 4E | B | 0 | 6 | BD | 55 | 39 |
| Octal | 64 | 324 | 357 | 116 | 13 | 0 | 6 | 275 | 125 | 71 |
| Binary | 110100 | 11010100 | 11101111 | 1001110 | 1011 | 0 | 110 | 10111101 | 1010101 | 111001 |
Color Harmonies of #34D4EF
Complementary color
Monochromatic Colors of #34D4EF
Black with #34D4EF
Text Example
Text Example
White with #34D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D4EF; }
p { color: rgb(52,212,239); }
H1.HeaderClassName
{
color: #34D4EF;
}
.AnyTagClassName
{
color: #34D4EF;
}
</style>
background-color css
<style>
a { background-color: #34D4EF; }
a { background-color: rgb(52,212,239); }
div.DivClassName
{
background-color: #34D4EF;
}
.BgClassName
{
background-color: #34D4EF;
}
</style>
border-color css
<style>
span { border-color: #34D4EF; }
span { border-color: rgb(52,212,239); }
td.TdClassName
{
border-color: #34D4EF;
}
.TagClassName
{
border-color: #34D4EF;
}
</style>