Shades of Medium Turquoise #34CFDD
Tints of Medium Turquoise #34CFDD
RGB
CMYK
RGB Variations
Color information
#34CFDD (or 0x34CFDD) is known color: Medium Turquoise. HEX triplet: 34, CF and DD. RGB value is (52,207,221). Sum of RGB (Red+Green+Blue) = 52+207+221=480 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.83% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #34CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFDD is #CB3022. Grayscale: #A2A2A2. Windows color (decimal): -13316131 or 14536500. OLE color: 14536500.
HSL color Cylindrical-coordinate representation of color #34CFDD: hue angle of 184.97º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CFDD is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 207 | 221 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.13 |
| HSL | 184.97º | 0.71% | 0.54% | - |
| HSV(B) | 184.97º | 0.76% | 0.87% | - |
| XYZ | 36.78 | 50.58 | 76.23 | - |
| YUV | 162.25 | 161.15 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 221 | 0.76 | 0.06 | 0 | 0.13 | 184.97 | 0.71 | 0.54 |
| Hex | 34 | CF | DD | 4C | 6 | 0 | D | B9 | 47 | 36 |
| Octal | 64 | 317 | 335 | 114 | 6 | 0 | 15 | 271 | 107 | 66 |
| Binary | 110100 | 11001111 | 11011101 | 1001100 | 110 | 0 | 1101 | 10111001 | 1000111 | 110110 |
Color Harmonies of #34CFDD
Complementary color
Monochromatic Colors of #34CFDD
Black with #34CFDD
Text Example
Text Example
White with #34CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFDD; }
p { color: rgb(52,207,221); }
H1.HeaderClassName
{
color: #34CFDD;
}
.AnyTagClassName
{
color: #34CFDD;
}
</style>
background-color css
<style>
a { background-color: #34CFDD; }
a { background-color: rgb(52,207,221); }
div.DivClassName
{
background-color: #34CFDD;
}
.BgClassName
{
background-color: #34CFDD;
}
</style>
border-color css
<style>
span { border-color: #34CFDD; }
span { border-color: rgb(52,207,221); }
td.TdClassName
{
border-color: #34CFDD;
}
.TagClassName
{
border-color: #34CFDD;
}
</style>