Shades of Medium Turquoise #34C8CE
Tints of Medium Turquoise #34C8CE
RGB
CMYK
RGB Variations
Color information
#34C8CE (or 0x34C8CE) is known color: Medium Turquoise. HEX triplet: 34, C8 and CE. RGB value is (52,200,206). Sum of RGB (Red+Green+Blue) = 52+200+206=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #34C8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C8CE is #CB3731. Grayscale: #9C9C9C. Windows color (decimal): -13317938 or 13551668. OLE color: 13551668.
HSL color Cylindrical-coordinate representation of color #34C8CE: hue angle of 182.34º 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 #34C8CE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 200 | 206 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.19 |
| HSL | 182.34º | 0.61% | 0.51% | - |
| HSV(B) | 182.34º | 0.75% | 0.81% | - |
| XYZ | 33.21 | 46.49 | 65.62 | - |
| YUV | 156.43 | 155.97 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 206 | 0.75 | 0.03 | 0 | 0.19 | 182.34 | 0.61 | 0.51 |
| Hex | 34 | C8 | CE | 4B | 3 | 0 | 13 | B6 | 3D | 33 |
| Octal | 64 | 310 | 316 | 113 | 3 | 0 | 23 | 266 | 75 | 63 |
| Binary | 110100 | 11001000 | 11001110 | 1001011 | 11 | 0 | 10011 | 10110110 | 111101 | 110011 |
Color Harmonies of #34C8CE
Complementary color
Monochromatic Colors of #34C8CE
Black with #34C8CE
Text Example
Text Example
White with #34C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C8CE; }
p { color: rgb(52,200,206); }
H1.HeaderClassName
{
color: #34C8CE;
}
.AnyTagClassName
{
color: #34C8CE;
}
</style>
background-color css
<style>
a { background-color: #34C8CE; }
a { background-color: rgb(52,200,206); }
div.DivClassName
{
background-color: #34C8CE;
}
.BgClassName
{
background-color: #34C8CE;
}
</style>
border-color css
<style>
span { border-color: #34C8CE; }
span { border-color: rgb(52,200,206); }
td.TdClassName
{
border-color: #34C8CE;
}
.TagClassName
{
border-color: #34C8CE;
}
</style>