Shades of Medium Turquoise #34CEC8
Tints of Medium Turquoise #34CEC8
RGB
CMYK
RGB Variations
Color information
#34CEC8 (or 0x34CEC8) is known color: Medium Turquoise. HEX triplet: 34, CE and C8. RGB value is (52,206,200). Sum of RGB (Red+Green+Blue) = 52+206+200=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CEC8 is #CB3137. Grayscale: #9F9F9F. Windows color (decimal): -13316408 or 13159988. OLE color: 13159988.
HSL color Cylindrical-coordinate representation of color #34CEC8: hue angle of 177.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CEC8 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 200 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.19 |
| HSL | 177.66º | 0.61% | 0.51% | - |
| HSV(B) | 177.66º | 0.75% | 0.81% | - |
| XYZ | 33.91 | 49.04 | 62.32 | - |
| YUV | 159.27 | 150.98 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 200 | 0.75 | 0 | 0.03 | 0.19 | 177.66 | 0.61 | 0.51 |
| Hex | 34 | CE | C8 | 4B | 0 | 3 | 13 | B2 | 3D | 33 |
| Octal | 64 | 316 | 310 | 113 | 0 | 3 | 23 | 262 | 75 | 63 |
| Binary | 110100 | 11001110 | 11001000 | 1001011 | 0 | 11 | 10011 | 10110010 | 111101 | 110011 |
Color Harmonies of #34CEC8
Complementary color
Monochromatic Colors of #34CEC8
Black with #34CEC8
Text Example
Text Example
White with #34CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEC8; }
p { color: rgb(52,206,200); }
H1.HeaderClassName
{
color: #34CEC8;
}
.AnyTagClassName
{
color: #34CEC8;
}
</style>
background-color css
<style>
a { background-color: #34CEC8; }
a { background-color: rgb(52,206,200); }
div.DivClassName
{
background-color: #34CEC8;
}
.BgClassName
{
background-color: #34CEC8;
}
</style>
border-color css
<style>
span { border-color: #34CEC8; }
span { border-color: rgb(52,206,200); }
td.TdClassName
{
border-color: #34CEC8;
}
.TagClassName
{
border-color: #34CEC8;
}
</style>