Shades of Medium Turquoise #34CCD6
Tints of Medium Turquoise #34CCD6
RGB
CMYK
RGB Variations
Color information
#34CCD6 (or 0x34CCD6) is known color: Medium Turquoise. HEX triplet: 34, CC and D6. RGB value is (52,204,214). Sum of RGB (Red+Green+Blue) = 52+204+214=470 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.06% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #34CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCD6 is #CB3329. Grayscale: #9F9F9F. Windows color (decimal): -13316906 or 14076980. OLE color: 14076980.
HSL color Cylindrical-coordinate representation of color #34CCD6: hue angle of 183.7º 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 #34CCD6 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 204 | 214 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.16 |
| HSL | 183.7º | 0.66% | 0.52% | - |
| HSV(B) | 183.7º | 0.76% | 0.84% | - |
| XYZ | 35.15 | 48.77 | 71.18 | - |
| YUV | 159.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 214 | 0.76 | 0.05 | 0 | 0.16 | 183.7 | 0.66 | 0.52 |
| Hex | 34 | CC | D6 | 4C | 5 | 0 | 10 | B8 | 42 | 34 |
| Octal | 64 | 314 | 326 | 114 | 5 | 0 | 20 | 270 | 102 | 64 |
| Binary | 110100 | 11001100 | 11010110 | 1001100 | 101 | 0 | 10000 | 10111000 | 1000010 | 110100 |
Color Harmonies of #34CCD6
Complementary color
Monochromatic Colors of #34CCD6
Black with #34CCD6
Text Example
Text Example
White with #34CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CCD6; }
p { color: rgb(52,204,214); }
H1.HeaderClassName
{
color: #34CCD6;
}
.AnyTagClassName
{
color: #34CCD6;
}
</style>
background-color css
<style>
a { background-color: #34CCD6; }
a { background-color: rgb(52,204,214); }
div.DivClassName
{
background-color: #34CCD6;
}
.BgClassName
{
background-color: #34CCD6;
}
</style>
border-color css
<style>
span { border-color: #34CCD6; }
span { border-color: rgb(52,204,214); }
td.TdClassName
{
border-color: #34CCD6;
}
.TagClassName
{
border-color: #34CCD6;
}
</style>