Shades of Medium Turquoise #34CAC1
Tints of Medium Turquoise #34CAC1
RGB
CMYK
RGB Variations
Color information
#34CAC1 (or 0x34CAC1) is known color: Medium Turquoise. HEX triplet: 34, CA and C1. RGB value is (52,202,193). Sum of RGB (Red+Green+Blue) = 52+202+193=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #34CAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CAC1 is #CB353E. Grayscale: #9C9C9C. Windows color (decimal): -13317439 or 12700212. OLE color: 12700212.
HSL color Cylindrical-coordinate representation of color #34CAC1: hue angle of 176.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CAC1 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 193 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.21 |
| HSL | 176.4º | 0.59% | 0.5% | - |
| HSV(B) | 176.4º | 0.74% | 0.79% | - |
| XYZ | 32.16 | 46.82 | 57.79 | - |
| YUV | 156.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 193 | 0.74 | 0 | 0.04 | 0.21 | 176.4 | 0.59 | 0.5 |
| Hex | 34 | CA | C1 | 4A | 0 | 4 | 15 | B0 | 3B | 32 |
| Octal | 64 | 312 | 301 | 112 | 0 | 4 | 25 | 260 | 73 | 62 |
| Binary | 110100 | 11001010 | 11000001 | 1001010 | 0 | 100 | 10101 | 10110000 | 111011 | 110010 |
Color Harmonies of #34CAC1
Complementary color
Monochromatic Colors of #34CAC1
Black with #34CAC1
Text Example
Text Example
White with #34CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CAC1; }
p { color: rgb(52,202,193); }
H1.HeaderClassName
{
color: #34CAC1;
}
.AnyTagClassName
{
color: #34CAC1;
}
</style>
background-color css
<style>
a { background-color: #34CAC1; }
a { background-color: rgb(52,202,193); }
div.DivClassName
{
background-color: #34CAC1;
}
.BgClassName
{
background-color: #34CAC1;
}
</style>
border-color css
<style>
span { border-color: #34CAC1; }
span { border-color: rgb(52,202,193); }
td.TdClassName
{
border-color: #34CAC1;
}
.TagClassName
{
border-color: #34CAC1;
}
</style>