Shades of Turquoise #34FFDA
Tints of Turquoise #34FFDA
RGB
CMYK
RGB Variations
Color information
#34FFDA (or 0x34FFDA) is known color: Turquoise. HEX triplet: 34, FF and DA. RGB value is (52,255,218). Sum of RGB (Red+Green+Blue) = 52+255+218=525 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.90% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFDA is #CB0025. Grayscale: #BEBEBE. Windows color (decimal): -13303846 or 14352180. OLE color: 14352180.
HSL color Cylindrical-coordinate representation of color #34FFDA: hue angle of 169.06º 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 #34FFDA is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 218 | - |
| CMYK | 0.80 | 0 | 0.15 | 0 |
| HSL | 169.06º | 1% | 0.6% | - |
| HSV(B) | 169.06º | 0.8% | 1% | - |
| XYZ | 49.83 | 77.31 | 78.63 | - |
| YUV | 190.09 | 143.75 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 218 | 0.80 | 0 | 0.15 | 0 | 169.06 | 1 | 0.6 |
| Hex | 34 | FF | DA | 50 | 0 | F | 0 | A9 | 64 | 3C |
| Octal | 64 | 377 | 332 | 120 | 0 | 17 | 0 | 251 | 144 | 74 |
| Binary | 110100 | 11111111 | 11011010 | 1010000 | 0 | 1111 | 0 | 10101001 | 1100100 | 111100 |
Color Harmonies of #34FFDA
Complementary color
Monochromatic Colors of #34FFDA
Black with #34FFDA
Text Example
Text Example
White with #34FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFDA; }
p { color: rgb(52,255,218); }
H1.HeaderClassName
{
color: #34FFDA;
}
.AnyTagClassName
{
color: #34FFDA;
}
</style>
background-color css
<style>
a { background-color: #34FFDA; }
a { background-color: rgb(52,255,218); }
div.DivClassName
{
background-color: #34FFDA;
}
.BgClassName
{
background-color: #34FFDA;
}
</style>
border-color css
<style>
span { border-color: #34FFDA; }
span { border-color: rgb(52,255,218); }
td.TdClassName
{
border-color: #34FFDA;
}
.TagClassName
{
border-color: #34FFDA;
}
</style>