Shades of Medium Turquoise #34CFDA
Tints of Medium Turquoise #34CFDA
RGB
CMYK
RGB Variations
Color information
#34CFDA (or 0x34CFDA) is known color: Medium Turquoise. HEX triplet: 34, CF and DA. RGB value is (52,207,218). Sum of RGB (Red+Green+Blue) = 52+207+218=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #34CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFDA is #CB3025. Grayscale: #A1A1A1. Windows color (decimal): -13316134 or 14339892. OLE color: 14339892.
HSL color Cylindrical-coordinate representation of color #34CFDA: hue angle of 183.98º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CFDA is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 207 | 218 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.15 |
| HSL | 183.98º | 0.69% | 0.53% | - |
| HSV(B) | 183.98º | 0.76% | 0.85% | - |
| XYZ | 36.38 | 50.42 | 74.14 | - |
| YUV | 161.91 | 159.65 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 218 | 0.76 | 0.05 | 0 | 0.15 | 183.98 | 0.69 | 0.53 |
| Hex | 34 | CF | DA | 4C | 5 | 0 | F | B8 | 45 | 35 |
| Octal | 64 | 317 | 332 | 114 | 5 | 0 | 17 | 270 | 105 | 65 |
| Binary | 110100 | 11001111 | 11011010 | 1001100 | 101 | 0 | 1111 | 10111000 | 1000101 | 110101 |
Color Harmonies of #34CFDA
Complementary color
Monochromatic Colors of #34CFDA
Black with #34CFDA
Text Example
Text Example
White with #34CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFDA; }
p { color: rgb(52,207,218); }
H1.HeaderClassName
{
color: #34CFDA;
}
.AnyTagClassName
{
color: #34CFDA;
}
</style>
background-color css
<style>
a { background-color: #34CFDA; }
a { background-color: rgb(52,207,218); }
div.DivClassName
{
background-color: #34CFDA;
}
.BgClassName
{
background-color: #34CFDA;
}
</style>
border-color css
<style>
span { border-color: #34CFDA; }
span { border-color: rgb(52,207,218); }
td.TdClassName
{
border-color: #34CFDA;
}
.TagClassName
{
border-color: #34CFDA;
}
</style>