Shades of Medium Turquoise #34C5B8
Tints of Medium Turquoise #34C5B8
RGB
CMYK
RGB Variations
Color information
#34C5B8 (or 0x34C5B8) is known color: Medium Turquoise. HEX triplet: 34, C5 and B8. RGB value is (52,197,184). Sum of RGB (Red+Green+Blue) = 52+197+184=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #34C5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C5B8 is #CB3A47. Grayscale: #989898. Windows color (decimal): -13318728 or 12109108. OLE color: 12109108.
HSL color Cylindrical-coordinate representation of color #34C5B8: hue angle of 174.62º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C5B8 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 184 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.23 |
| HSL | 174.62º | 0.58% | 0.49% | - |
| HSV(B) | 174.62º | 0.74% | 0.77% | - |
| XYZ | 30.03 | 44.12 | 52.28 | - |
| YUV | 152.16 | 145.96 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 184 | 0.74 | 0 | 0.07 | 0.23 | 174.62 | 0.58 | 0.49 |
| Hex | 34 | C5 | B8 | 4A | 0 | 7 | 17 | AF | 3A | 31 |
| Octal | 64 | 305 | 270 | 112 | 0 | 7 | 27 | 257 | 72 | 61 |
| Binary | 110100 | 11000101 | 10111000 | 1001010 | 0 | 111 | 10111 | 10101111 | 111010 | 110001 |
Color Harmonies of #34C5B8
Complementary color
Monochromatic Colors of #34C5B8
Black with #34C5B8
Text Example
Text Example
White with #34C5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C5B8; }
p { color: rgb(52,197,184); }
H1.HeaderClassName
{
color: #34C5B8;
}
.AnyTagClassName
{
color: #34C5B8;
}
</style>
background-color css
<style>
a { background-color: #34C5B8; }
a { background-color: rgb(52,197,184); }
div.DivClassName
{
background-color: #34C5B8;
}
.BgClassName
{
background-color: #34C5B8;
}
</style>
border-color css
<style>
span { border-color: #34C5B8; }
span { border-color: rgb(52,197,184); }
td.TdClassName
{
border-color: #34C5B8;
}
.TagClassName
{
border-color: #34C5B8;
}
</style>