Shades of Medium Turquoise #34CDDD
Tints of Medium Turquoise #34CDDD
RGB
CMYK
RGB Variations
Color information
#34CDDD (or 0x34CDDD) is known color: Medium Turquoise. HEX triplet: 34, CD and DD. RGB value is (52,205,221). Sum of RGB (Red+Green+Blue) = 52+205+221=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #34CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDDD is #CB3222. Grayscale: #A0A0A0. Windows color (decimal): -13316643 or 14535988. OLE color: 14535988.
HSL color Cylindrical-coordinate representation of color #34CDDD: hue angle of 185.68º 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 #34CDDD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 205 | 221 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.13 |
| HSL | 185.68º | 0.71% | 0.54% | - |
| HSV(B) | 185.68º | 0.76% | 0.87% | - |
| XYZ | 36.3 | 49.61 | 76.07 | - |
| YUV | 161.08 | 161.81 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 221 | 0.76 | 0.07 | 0 | 0.13 | 185.68 | 0.71 | 0.54 |
| Hex | 34 | CD | DD | 4C | 7 | 0 | D | BA | 47 | 36 |
| Octal | 64 | 315 | 335 | 114 | 7 | 0 | 15 | 272 | 107 | 66 |
| Binary | 110100 | 11001101 | 11011101 | 1001100 | 111 | 0 | 1101 | 10111010 | 1000111 | 110110 |
Color Harmonies of #34CDDD
Complementary color
Monochromatic Colors of #34CDDD
Black with #34CDDD
Text Example
Text Example
White with #34CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDDD; }
p { color: rgb(52,205,221); }
H1.HeaderClassName
{
color: #34CDDD;
}
.AnyTagClassName
{
color: #34CDDD;
}
</style>
background-color css
<style>
a { background-color: #34CDDD; }
a { background-color: rgb(52,205,221); }
div.DivClassName
{
background-color: #34CDDD;
}
.BgClassName
{
background-color: #34CDDD;
}
</style>
border-color css
<style>
span { border-color: #34CDDD; }
span { border-color: rgb(52,205,221); }
td.TdClassName
{
border-color: #34CDDD;
}
.TagClassName
{
border-color: #34CDDD;
}
</style>