Shades of Medium Turquoise #34BEC9
Tints of Medium Turquoise #34BEC9
RGB
CMYK
RGB Variations
Color information
#34BEC9 (or 0x34BEC9) is known color: Medium Turquoise. HEX triplet: 34, BE and C9. RGB value is (52,190,201). Sum of RGB (Red+Green+Blue) = 52+190+201=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #34BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEC9 is #CB4136. Grayscale: #959595. Windows color (decimal): -13320503 or 13221428. OLE color: 13221428.
HSL color Cylindrical-coordinate representation of color #34BEC9: hue angle of 184.43º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BEC9 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 190 | 201 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.21 |
| HSL | 184.43º | 0.59% | 0.5% | - |
| HSV(B) | 184.43º | 0.74% | 0.79% | - |
| XYZ | 30.37 | 41.77 | 61.72 | - |
| YUV | 149.99 | 156.78 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 201 | 0.74 | 0.05 | 0 | 0.21 | 184.43 | 0.59 | 0.5 |
| Hex | 34 | BE | C9 | 4A | 5 | 0 | 15 | B8 | 3B | 32 |
| Octal | 64 | 276 | 311 | 112 | 5 | 0 | 25 | 270 | 73 | 62 |
| Binary | 110100 | 10111110 | 11001001 | 1001010 | 101 | 0 | 10101 | 10111000 | 111011 | 110010 |
Color Harmonies of #34BEC9
Complementary color
Monochromatic Colors of #34BEC9
Black with #34BEC9
Text Example
Text Example
White with #34BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEC9; }
p { color: rgb(52,190,201); }
H1.HeaderClassName
{
color: #34BEC9;
}
.AnyTagClassName
{
color: #34BEC9;
}
</style>
background-color css
<style>
a { background-color: #34BEC9; }
a { background-color: rgb(52,190,201); }
div.DivClassName
{
background-color: #34BEC9;
}
.BgClassName
{
background-color: #34BEC9;
}
</style>
border-color css
<style>
span { border-color: #34BEC9; }
span { border-color: rgb(52,190,201); }
td.TdClassName
{
border-color: #34BEC9;
}
.TagClassName
{
border-color: #34BEC9;
}
</style>