Shades of Medium Turquoise #34CACB
Tints of Medium Turquoise #34CACB
RGB
CMYK
RGB Variations
Color information
#34CACB (or 0x34CACB) is known color: Medium Turquoise. HEX triplet: 34, CA and CB. RGB value is (52,202,203). Sum of RGB (Red+Green+Blue) = 52+202+203=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #34CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CACB is #CB3534. Grayscale: #9D9D9D. Windows color (decimal): -13317429 or 13355572. OLE color: 13355572.
HSL color Cylindrical-coordinate representation of color #34CACB: hue angle of 180.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CACB is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 202 | 203 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.20 |
| HSL | 180.4º | 0.59% | 0.5% | - |
| HSV(B) | 180.4º | 0.74% | 0.8% | - |
| XYZ | 33.32 | 47.28 | 63.87 | - |
| YUV | 157.26 | 153.81 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 203 | 0.74 | 0.00 | 0 | 0.20 | 180.4 | 0.59 | 0.5 |
| Hex | 34 | CA | CB | 4A | 0 | 0 | 14 | B4 | 3B | 32 |
| Octal | 64 | 312 | 313 | 112 | 0 | 0 | 24 | 264 | 73 | 62 |
| Binary | 110100 | 11001010 | 11001011 | 1001010 | 0 | 0 | 10100 | 10110100 | 111011 | 110010 |
Color Harmonies of #34CACB
Complementary color
Monochromatic Colors of #34CACB
Black with #34CACB
Text Example
Text Example
White with #34CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CACB; }
p { color: rgb(52,202,203); }
H1.HeaderClassName
{
color: #34CACB;
}
.AnyTagClassName
{
color: #34CACB;
}
</style>
background-color css
<style>
a { background-color: #34CACB; }
a { background-color: rgb(52,202,203); }
div.DivClassName
{
background-color: #34CACB;
}
.BgClassName
{
background-color: #34CACB;
}
</style>
border-color css
<style>
span { border-color: #34CACB; }
span { border-color: rgb(52,202,203); }
td.TdClassName
{
border-color: #34CACB;
}
.TagClassName
{
border-color: #34CACB;
}
</style>