Shades of Medium Turquoise #34C5D5
Tints of Medium Turquoise #34C5D5
RGB
CMYK
RGB Variations
Color information
#34C5D5 (or 0x34C5D5) is known color: Medium Turquoise. HEX triplet: 34, C5 and D5. RGB value is (52,197,213). Sum of RGB (Red+Green+Blue) = 52+197+213=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #34C5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C5D5 is #CB3A2A. Grayscale: #9B9B9B. Windows color (decimal): -13318699 or 14009652. OLE color: 14009652.
HSL color Cylindrical-coordinate representation of color #34C5D5: hue angle of 185.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34C5D5 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 197 | 213 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.16 |
| HSL | 185.96º | 0.66% | 0.52% | - |
| HSV(B) | 185.96º | 0.76% | 0.84% | - |
| XYZ | 33.39 | 45.47 | 69.97 | - |
| YUV | 155.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 213 | 0.76 | 0.08 | 0 | 0.16 | 185.96 | 0.66 | 0.52 |
| Hex | 34 | C5 | D5 | 4C | 8 | 0 | 10 | BA | 42 | 34 |
| Octal | 64 | 305 | 325 | 114 | 10 | 0 | 20 | 272 | 102 | 64 |
| Binary | 110100 | 11000101 | 11010101 | 1001100 | 1000 | 0 | 10000 | 10111010 | 1000010 | 110100 |
Color Harmonies of #34C5D5
Complementary color
Monochromatic Colors of #34C5D5
Black with #34C5D5
Text Example
Text Example
White with #34C5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C5D5; }
p { color: rgb(52,197,213); }
H1.HeaderClassName
{
color: #34C5D5;
}
.AnyTagClassName
{
color: #34C5D5;
}
</style>
background-color css
<style>
a { background-color: #34C5D5; }
a { background-color: rgb(52,197,213); }
div.DivClassName
{
background-color: #34C5D5;
}
.BgClassName
{
background-color: #34C5D5;
}
</style>
border-color css
<style>
span { border-color: #34C5D5; }
span { border-color: rgb(52,197,213); }
td.TdClassName
{
border-color: #34C5D5;
}
.TagClassName
{
border-color: #34C5D5;
}
</style>