Shades of Turquoise #34DEDD
Tints of Turquoise #34DEDD
RGB
CMYK
RGB Variations
Color information
#34DEDD (or 0x34DEDD) is known color: Turquoise. HEX triplet: 34, DE and DD. RGB value is (52,222,221). Sum of RGB (Red+Green+Blue) = 52+222+221=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #34DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DEDD is #CB2122. Grayscale: #AAAAAA. Windows color (decimal): -13312291 or 14540340. OLE color: 14540340.
HSL color Cylindrical-coordinate representation of color #34DEDD: hue angle of 179.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DEDD is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 221 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.13 |
| HSL | 179.65º | 0.72% | 0.54% | - |
| HSV(B) | 179.65º | 0.77% | 0.87% | - |
| XYZ | 40.59 | 58.19 | 77.5 | - |
| YUV | 171.06 | 156.18 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 221 | 0.77 | 0 | 0.00 | 0.13 | 179.65 | 0.72 | 0.54 |
| Hex | 34 | DE | DD | 4D | 0 | 0 | D | B4 | 48 | 36 |
| Octal | 64 | 336 | 335 | 115 | 0 | 0 | 15 | 264 | 110 | 66 |
| Binary | 110100 | 11011110 | 11011101 | 1001101 | 0 | 0 | 1101 | 10110100 | 1001000 | 110110 |
Color Harmonies of #34DEDD
Complementary color
Monochromatic Colors of #34DEDD
Black with #34DEDD
Text Example
Text Example
White with #34DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEDD; }
p { color: rgb(52,222,221); }
H1.HeaderClassName
{
color: #34DEDD;
}
.AnyTagClassName
{
color: #34DEDD;
}
</style>
background-color css
<style>
a { background-color: #34DEDD; }
a { background-color: rgb(52,222,221); }
div.DivClassName
{
background-color: #34DEDD;
}
.BgClassName
{
background-color: #34DEDD;
}
</style>
border-color css
<style>
span { border-color: #34DEDD; }
span { border-color: rgb(52,222,221); }
td.TdClassName
{
border-color: #34DEDD;
}
.TagClassName
{
border-color: #34DEDD;
}
</style>