Shades of Medium Turquoise #34C2CA
Tints of Medium Turquoise #34C2CA
RGB
CMYK
RGB Variations
Color information
#34C2CA (or 0x34C2CA) is known color: Medium Turquoise. HEX triplet: 34, C2 and CA. RGB value is (52,194,202). Sum of RGB (Red+Green+Blue) = 52+194+202=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #34C2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C2CA is #CB3D35. Grayscale: #989898. Windows color (decimal): -13319478 or 13287988. OLE color: 13287988.
HSL color Cylindrical-coordinate representation of color #34C2CA: hue angle of 183.2º 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 #34C2CA is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 194 | 202 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.21 |
| HSL | 183.2º | 0.59% | 0.5% | - |
| HSV(B) | 183.2º | 0.74% | 0.79% | - |
| XYZ | 31.37 | 43.58 | 62.64 | - |
| YUV | 152.45 | 155.96 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 202 | 0.74 | 0.04 | 0 | 0.21 | 183.2 | 0.59 | 0.5 |
| Hex | 34 | C2 | CA | 4A | 4 | 0 | 15 | B7 | 3B | 32 |
| Octal | 64 | 302 | 312 | 112 | 4 | 0 | 25 | 267 | 73 | 62 |
| Binary | 110100 | 11000010 | 11001010 | 1001010 | 100 | 0 | 10101 | 10110111 | 111011 | 110010 |
Color Harmonies of #34C2CA
Complementary color
Monochromatic Colors of #34C2CA
Black with #34C2CA
Text Example
Text Example
White with #34C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C2CA; }
p { color: rgb(52,194,202); }
H1.HeaderClassName
{
color: #34C2CA;
}
.AnyTagClassName
{
color: #34C2CA;
}
</style>
background-color css
<style>
a { background-color: #34C2CA; }
a { background-color: rgb(52,194,202); }
div.DivClassName
{
background-color: #34C2CA;
}
.BgClassName
{
background-color: #34C2CA;
}
</style>
border-color css
<style>
span { border-color: #34C2CA; }
span { border-color: rgb(52,194,202); }
td.TdClassName
{
border-color: #34C2CA;
}
.TagClassName
{
border-color: #34C2CA;
}
</style>