Shades of Medium Turquoise #34CDC3
Tints of Medium Turquoise #34CDC3
RGB
CMYK
RGB Variations
Color information
#34CDC3 (or 0x34CDC3) is known color: Medium Turquoise. HEX triplet: 34, CD and C3. RGB value is (52,205,195). Sum of RGB (Red+Green+Blue) = 52+205+195=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #34CDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CDC3 is #CB323C. Grayscale: #9D9D9D. Windows color (decimal): -13316669 or 12832052. OLE color: 12832052.
HSL color Cylindrical-coordinate representation of color #34CDC3: hue angle of 176.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CDC3 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 205 | 195 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.20 |
| HSL | 176.08º | 0.6% | 0.5% | - |
| HSV(B) | 176.08º | 0.75% | 0.8% | - |
| XYZ | 33.1 | 48.33 | 59.21 | - |
| YUV | 158.11 | 148.81 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 195 | 0.75 | 0 | 0.05 | 0.20 | 176.08 | 0.6 | 0.5 |
| Hex | 34 | CD | C3 | 4B | 0 | 5 | 14 | B0 | 3C | 32 |
| Octal | 64 | 315 | 303 | 113 | 0 | 5 | 24 | 260 | 74 | 62 |
| Binary | 110100 | 11001101 | 11000011 | 1001011 | 0 | 101 | 10100 | 10110000 | 111100 | 110010 |
Color Harmonies of #34CDC3
Complementary color
Monochromatic Colors of #34CDC3
Black with #34CDC3
Text Example
Text Example
White with #34CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDC3; }
p { color: rgb(52,205,195); }
H1.HeaderClassName
{
color: #34CDC3;
}
.AnyTagClassName
{
color: #34CDC3;
}
</style>
background-color css
<style>
a { background-color: #34CDC3; }
a { background-color: rgb(52,205,195); }
div.DivClassName
{
background-color: #34CDC3;
}
.BgClassName
{
background-color: #34CDC3;
}
</style>
border-color css
<style>
span { border-color: #34CDC3; }
span { border-color: rgb(52,205,195); }
td.TdClassName
{
border-color: #34CDC3;
}
.TagClassName
{
border-color: #34CDC3;
}
</style>