Shades of Turquoise #34ECDA
Tints of Turquoise #34ECDA
RGB
CMYK
RGB Variations
Color information
#34ECDA (or 0x34ECDA) is known color: Turquoise. HEX triplet: 34, EC and DA. RGB value is (52,236,218). Sum of RGB (Red+Green+Blue) = 52+236+218=506 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.28% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECDA is #CB1325. Grayscale: #B2B2B2. Windows color (decimal): -13308710 or 14347316. OLE color: 14347316.
HSL color Cylindrical-coordinate representation of color #34ECDA: hue angle of 174.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECDA is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 218 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.07 |
| HSL | 174.13º | 0.83% | 0.56% | - |
| HSV(B) | 174.13º | 0.78% | 0.93% | - |
| XYZ | 44.07 | 65.78 | 76.7 | - |
| YUV | 178.93 | 150.04 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 218 | 0.78 | 0 | 0.08 | 0.07 | 174.13 | 0.83 | 0.56 |
| Hex | 34 | EC | DA | 4E | 0 | 8 | 7 | AE | 53 | 38 |
| Octal | 64 | 354 | 332 | 116 | 0 | 10 | 7 | 256 | 123 | 70 |
| Binary | 110100 | 11101100 | 11011010 | 1001110 | 0 | 1000 | 111 | 10101110 | 1010011 | 111000 |
Color Harmonies of #34ECDA
Complementary color
Monochromatic Colors of #34ECDA
Black with #34ECDA
Text Example
Text Example
White with #34ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECDA; }
p { color: rgb(52,236,218); }
H1.HeaderClassName
{
color: #34ECDA;
}
.AnyTagClassName
{
color: #34ECDA;
}
</style>
background-color css
<style>
a { background-color: #34ECDA; }
a { background-color: rgb(52,236,218); }
div.DivClassName
{
background-color: #34ECDA;
}
.BgClassName
{
background-color: #34ECDA;
}
</style>
border-color css
<style>
span { border-color: #34ECDA; }
span { border-color: rgb(52,236,218); }
td.TdClassName
{
border-color: #34ECDA;
}
.TagClassName
{
border-color: #34ECDA;
}
</style>