Shades of Medium Turquoise #34C0CD
Tints of Medium Turquoise #34C0CD
RGB
CMYK
RGB Variations
Color information
#34C0CD (or 0x34C0CD) is known color: Medium Turquoise. HEX triplet: 34, C0 and CD. RGB value is (52,192,205). Sum of RGB (Red+Green+Blue) = 52+192+205=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #34C0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C0CD is #CB3F32. Grayscale: #979797. Windows color (decimal): -13319987 or 13484084. OLE color: 13484084.
HSL color Cylindrical-coordinate representation of color #34C0CD: hue angle of 185.1º 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 #34C0CD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 192 | 205 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.20 |
| HSL | 185.1º | 0.6% | 0.5% | - |
| HSV(B) | 185.1º | 0.75% | 0.8% | - |
| XYZ | 31.29 | 42.84 | 64.38 | - |
| YUV | 151.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 205 | 0.75 | 0.06 | 0 | 0.20 | 185.1 | 0.6 | 0.5 |
| Hex | 34 | C0 | CD | 4B | 6 | 0 | 14 | B9 | 3C | 32 |
| Octal | 64 | 300 | 315 | 113 | 6 | 0 | 24 | 271 | 74 | 62 |
| Binary | 110100 | 11000000 | 11001101 | 1001011 | 110 | 0 | 10100 | 10111001 | 111100 | 110010 |
Color Harmonies of #34C0CD
Complementary color
Monochromatic Colors of #34C0CD
Black with #34C0CD
Text Example
Text Example
White with #34C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C0CD; }
p { color: rgb(52,192,205); }
H1.HeaderClassName
{
color: #34C0CD;
}
.AnyTagClassName
{
color: #34C0CD;
}
</style>
background-color css
<style>
a { background-color: #34C0CD; }
a { background-color: rgb(52,192,205); }
div.DivClassName
{
background-color: #34C0CD;
}
.BgClassName
{
background-color: #34C0CD;
}
</style>
border-color css
<style>
span { border-color: #34C0CD; }
span { border-color: rgb(52,192,205); }
td.TdClassName
{
border-color: #34C0CD;
}
.TagClassName
{
border-color: #34C0CD;
}
</style>