Shades of Turquoise #34DDEF
Tints of Turquoise #34DDEF
RGB
CMYK
RGB Variations
Color information
#34DDEF (or 0x34DDEF) is known color: Turquoise. HEX triplet: 34, DD and EF. RGB value is (52,221,239). Sum of RGB (Red+Green+Blue) = 52+221+239=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #34DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DDEF is #CB2210. Grayscale: #ACACAC. Windows color (decimal): -13312529 or 15719732. OLE color: 15719732.
HSL color Cylindrical-coordinate representation of color #34DDEF: hue angle of 185.78º 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 #34DDEF is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 221 | 239 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.06 |
| HSL | 185.78º | 0.85% | 0.57% | - |
| HSV(B) | 185.78º | 0.78% | 0.94% | - |
| XYZ | 42.85 | 58.67 | 90.73 | - |
| YUV | 172.52 | 165.51 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 239 | 0.78 | 0.08 | 0 | 0.06 | 185.78 | 0.85 | 0.57 |
| Hex | 34 | DD | EF | 4E | 8 | 0 | 6 | BA | 55 | 39 |
| Octal | 64 | 335 | 357 | 116 | 10 | 0 | 6 | 272 | 125 | 71 |
| Binary | 110100 | 11011101 | 11101111 | 1001110 | 1000 | 0 | 110 | 10111010 | 1010101 | 111001 |
Color Harmonies of #34DDEF
Complementary color
Monochromatic Colors of #34DDEF
Black with #34DDEF
Text Example
Text Example
White with #34DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDEF; }
p { color: rgb(52,221,239); }
H1.HeaderClassName
{
color: #34DDEF;
}
.AnyTagClassName
{
color: #34DDEF;
}
</style>
background-color css
<style>
a { background-color: #34DDEF; }
a { background-color: rgb(52,221,239); }
div.DivClassName
{
background-color: #34DDEF;
}
.BgClassName
{
background-color: #34DDEF;
}
</style>
border-color css
<style>
span { border-color: #34DDEF; }
span { border-color: rgb(52,221,239); }
td.TdClassName
{
border-color: #34DDEF;
}
.TagClassName
{
border-color: #34DDEF;
}
</style>