Shades of Turquoise #34FFDD
Tints of Turquoise #34FFDD
RGB
CMYK
RGB Variations
Color information
#34FFDD (or 0x34FFDD) is known color: Turquoise. HEX triplet: 34, FF and DD. RGB value is (52,255,221). Sum of RGB (Red+Green+Blue) = 52+255+221=528 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.85% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFDD is #CB0022. Grayscale: #BEBEBE. Windows color (decimal): -13303843 or 14548788. OLE color: 14548788.
HSL color Cylindrical-coordinate representation of color #34FFDD: hue angle of 169.95º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFDD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 221 | - |
| CMYK | 0.80 | 0 | 0.13 | 0 |
| HSL | 169.95º | 1% | 0.6% | - |
| HSV(B) | 169.95º | 0.8% | 1% | - |
| XYZ | 50.23 | 77.47 | 80.71 | - |
| YUV | 190.43 | 145.25 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 221 | 0.80 | 0 | 0.13 | 0 | 169.95 | 1 | 0.6 |
| Hex | 34 | FF | DD | 50 | 0 | D | 0 | AA | 64 | 3C |
| Octal | 64 | 377 | 335 | 120 | 0 | 15 | 0 | 252 | 144 | 74 |
| Binary | 110100 | 11111111 | 11011101 | 1010000 | 0 | 1101 | 0 | 10101010 | 1100100 | 111100 |
Color Harmonies of #34FFDD
Complementary color
Monochromatic Colors of #34FFDD
Black with #34FFDD
Text Example
Text Example
White with #34FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFDD; }
p { color: rgb(52,255,221); }
H1.HeaderClassName
{
color: #34FFDD;
}
.AnyTagClassName
{
color: #34FFDD;
}
</style>
background-color css
<style>
a { background-color: #34FFDD; }
a { background-color: rgb(52,255,221); }
div.DivClassName
{
background-color: #34FFDD;
}
.BgClassName
{
background-color: #34FFDD;
}
</style>
border-color css
<style>
span { border-color: #34FFDD; }
span { border-color: rgb(52,255,221); }
td.TdClassName
{
border-color: #34FFDD;
}
.TagClassName
{
border-color: #34FFDD;
}
</style>