Shades of Medium Turquoise #34C4CA
Tints of Medium Turquoise #34C4CA
RGB
CMYK
RGB Variations
Color information
#34C4CA (or 0x34C4CA) is known color: Medium Turquoise. HEX triplet: 34, C4 and CA. RGB value is (52,196,202). Sum of RGB (Red+Green+Blue) = 52+196+202=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #34C4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C4CA is #CB3B35. Grayscale: #999999. Windows color (decimal): -13318966 or 13288500. OLE color: 13288500.
HSL color Cylindrical-coordinate representation of color #34C4CA: hue angle of 182.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 #34C4CA is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 196 | 202 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.21 |
| HSL | 182.4º | 0.59% | 0.5% | - |
| HSV(B) | 182.4º | 0.74% | 0.79% | - |
| XYZ | 31.82 | 44.47 | 62.78 | - |
| YUV | 153.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 196 | 202 | 0.74 | 0.03 | 0 | 0.21 | 182.4 | 0.59 | 0.5 |
| Hex | 34 | C4 | CA | 4A | 3 | 0 | 15 | B6 | 3B | 32 |
| Octal | 64 | 304 | 312 | 112 | 3 | 0 | 25 | 266 | 73 | 62 |
| Binary | 110100 | 11000100 | 11001010 | 1001010 | 11 | 0 | 10101 | 10110110 | 111011 | 110010 |
Color Harmonies of #34C4CA
Complementary color
Monochromatic Colors of #34C4CA
Black with #34C4CA
Text Example
Text Example
White with #34C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C4CA; }
p { color: rgb(52,196,202); }
H1.HeaderClassName
{
color: #34C4CA;
}
.AnyTagClassName
{
color: #34C4CA;
}
</style>
background-color css
<style>
a { background-color: #34C4CA; }
a { background-color: rgb(52,196,202); }
div.DivClassName
{
background-color: #34C4CA;
}
.BgClassName
{
background-color: #34C4CA;
}
</style>
border-color css
<style>
span { border-color: #34C4CA; }
span { border-color: rgb(52,196,202); }
td.TdClassName
{
border-color: #34C4CA;
}
.TagClassName
{
border-color: #34C4CA;
}
</style>