Shades of Turquoise #34FFDE
Tints of Turquoise #34FFDE
RGB
CMYK
RGB Variations
Color information
#34FFDE (or 0x34FFDE) is known color: Turquoise. HEX triplet: 34, FF and DE. RGB value is (52,255,222). Sum of RGB (Red+Green+Blue) = 52+255+222=529 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.83% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFDE is #CB0021. Grayscale: #BEBEBE. Windows color (decimal): -13303842 or 14614324. OLE color: 14614324.
HSL color Cylindrical-coordinate representation of color #34FFDE: hue angle of 170.25º 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 #34FFDE is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 222 | - |
| CMYK | 0.80 | 0 | 0.13 | 0 |
| HSL | 170.25º | 1% | 0.6% | - |
| HSV(B) | 170.25º | 0.8% | 1% | - |
| XYZ | 50.36 | 77.52 | 81.42 | - |
| YUV | 190.54 | 145.75 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 222 | 0.80 | 0 | 0.13 | 0 | 170.25 | 1 | 0.6 |
| Hex | 34 | FF | DE | 50 | 0 | D | 0 | AA | 64 | 3C |
| Octal | 64 | 377 | 336 | 120 | 0 | 15 | 0 | 252 | 144 | 74 |
| Binary | 110100 | 11111111 | 11011110 | 1010000 | 0 | 1101 | 0 | 10101010 | 1100100 | 111100 |
Color Harmonies of #34FFDE
Complementary color
Monochromatic Colors of #34FFDE
Black with #34FFDE
Text Example
Text Example
White with #34FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFDE; }
p { color: rgb(52,255,222); }
H1.HeaderClassName
{
color: #34FFDE;
}
.AnyTagClassName
{
color: #34FFDE;
}
</style>
background-color css
<style>
a { background-color: #34FFDE; }
a { background-color: rgb(52,255,222); }
div.DivClassName
{
background-color: #34FFDE;
}
.BgClassName
{
background-color: #34FFDE;
}
</style>
border-color css
<style>
span { border-color: #34FFDE; }
span { border-color: rgb(52,255,222); }
td.TdClassName
{
border-color: #34FFDE;
}
.TagClassName
{
border-color: #34FFDE;
}
</style>