Shades of Medium Turquoise #34CDD6
Tints of Medium Turquoise #34CDD6
RGB
CMYK
RGB Variations
Color information
#34CDD6 (or 0x34CDD6) is known color: Medium Turquoise. HEX triplet: 34, CD and D6. RGB value is (52,205,214). Sum of RGB (Red+Green+Blue) = 52+205+214=471 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.04% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #34CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDD6 is #CB3229. Grayscale: #A0A0A0. Windows color (decimal): -13316650 or 14077236. OLE color: 14077236.
HSL color Cylindrical-coordinate representation of color #34CDD6: hue angle of 183.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34CDD6 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 205 | 214 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.16 |
| HSL | 183.33º | 0.66% | 0.52% | - |
| HSV(B) | 183.33º | 0.76% | 0.84% | - |
| XYZ | 35.39 | 49.25 | 71.26 | - |
| YUV | 160.28 | 158.31 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 214 | 0.76 | 0.04 | 0 | 0.16 | 183.33 | 0.66 | 0.52 |
| Hex | 34 | CD | D6 | 4C | 4 | 0 | 10 | B7 | 42 | 34 |
| Octal | 64 | 315 | 326 | 114 | 4 | 0 | 20 | 267 | 102 | 64 |
| Binary | 110100 | 11001101 | 11010110 | 1001100 | 100 | 0 | 10000 | 10110111 | 1000010 | 110100 |
Color Harmonies of #34CDD6
Complementary color
Monochromatic Colors of #34CDD6
Black with #34CDD6
Text Example
Text Example
White with #34CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDD6; }
p { color: rgb(52,205,214); }
H1.HeaderClassName
{
color: #34CDD6;
}
.AnyTagClassName
{
color: #34CDD6;
}
</style>
background-color css
<style>
a { background-color: #34CDD6; }
a { background-color: rgb(52,205,214); }
div.DivClassName
{
background-color: #34CDD6;
}
.BgClassName
{
background-color: #34CDD6;
}
</style>
border-color css
<style>
span { border-color: #34CDD6; }
span { border-color: rgb(52,205,214); }
td.TdClassName
{
border-color: #34CDD6;
}
.TagClassName
{
border-color: #34CDD6;
}
</style>