Shades of Medium Turquoise #34CFBE
Tints of Medium Turquoise #34CFBE
RGB
CMYK
RGB Variations
Color information
#34CFBE (or 0x34CFBE) is known color: Medium Turquoise. HEX triplet: 34, CF and BE. RGB value is (52,207,190). Sum of RGB (Red+Green+Blue) = 52+207+190=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFBE is #CB3041. Grayscale: #9E9E9E. Windows color (decimal): -13316162 or 12504884. OLE color: 12504884.
HSL color Cylindrical-coordinate representation of color #34CFBE: hue angle of 173.42º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CFBE is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 190 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.19 |
| HSL | 173.42º | 0.62% | 0.51% | - |
| HSV(B) | 173.42º | 0.75% | 0.81% | - |
| XYZ | 33.02 | 49.07 | 56.45 | - |
| YUV | 158.72 | 145.65 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 190 | 0.75 | 0 | 0.08 | 0.19 | 173.42 | 0.62 | 0.51 |
| Hex | 34 | CF | BE | 4B | 0 | 8 | 13 | AD | 3E | 33 |
| Octal | 64 | 317 | 276 | 113 | 0 | 10 | 23 | 255 | 76 | 63 |
| Binary | 110100 | 11001111 | 10111110 | 1001011 | 0 | 1000 | 10011 | 10101101 | 111110 | 110011 |
Color Harmonies of #34CFBE
Complementary color
Monochromatic Colors of #34CFBE
Black with #34CFBE
Text Example
Text Example
White with #34CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFBE; }
p { color: rgb(52,207,190); }
H1.HeaderClassName
{
color: #34CFBE;
}
.AnyTagClassName
{
color: #34CFBE;
}
</style>
background-color css
<style>
a { background-color: #34CFBE; }
a { background-color: rgb(52,207,190); }
div.DivClassName
{
background-color: #34CFBE;
}
.BgClassName
{
background-color: #34CFBE;
}
</style>
border-color css
<style>
span { border-color: #34CFBE; }
span { border-color: rgb(52,207,190); }
td.TdClassName
{
border-color: #34CFBE;
}
.TagClassName
{
border-color: #34CFBE;
}
</style>