Shades of Medium Turquoise #34CECE
Tints of Medium Turquoise #34CECE
RGB
CMYK
RGB Variations
Color information
#34CECE (or 0x34CECE) is known color: Medium Turquoise. HEX triplet: 34, CE and CE. RGB value is (52,206,206). Sum of RGB (Red+Green+Blue) = 52+206+206=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #34CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CECE is #CB3131. Grayscale: #9F9F9F. Windows color (decimal): -13316402 or 13553204. OLE color: 13553204.
HSL color Cylindrical-coordinate representation of color #34CECE: hue angle of 180º 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 #34CECE is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 206 | - |
| CMYK | 0.75 | 0 | 0 | 0.19 |
| HSL | 180º | 0.61% | 0.51% | - |
| HSV(B) | 180º | 0.75% | 0.81% | - |
| XYZ | 34.63 | 49.33 | 66.09 | - |
| YUV | 159.95 | 153.98 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 206 | 0.75 | 0 | 0 | 0.19 | 180 | 0.61 | 0.51 |
| Hex | 34 | CE | CE | 4B | 0 | 0 | 13 | B4 | 3D | 33 |
| Octal | 64 | 316 | 316 | 113 | 0 | 0 | 23 | 264 | 75 | 63 |
| Binary | 110100 | 11001110 | 11001110 | 1001011 | 0 | 0 | 10011 | 10110100 | 111101 | 110011 |
Color Harmonies of #34CECE
Complementary color
Monochromatic Colors of #34CECE
Black with #34CECE
Text Example
Text Example
White with #34CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CECE; }
p { color: rgb(52,206,206); }
H1.HeaderClassName
{
color: #34CECE;
}
.AnyTagClassName
{
color: #34CECE;
}
</style>
background-color css
<style>
a { background-color: #34CECE; }
a { background-color: rgb(52,206,206); }
div.DivClassName
{
background-color: #34CECE;
}
.BgClassName
{
background-color: #34CECE;
}
</style>
border-color css
<style>
span { border-color: #34CECE; }
span { border-color: rgb(52,206,206); }
td.TdClassName
{
border-color: #34CECE;
}
.TagClassName
{
border-color: #34CECE;
}
</style>