Shades of Medium Turquoise #34BEC4
Tints of Medium Turquoise #34BEC4
RGB
CMYK
RGB Variations
Color information
#34BEC4 (or 0x34BEC4) is known color: Medium Turquoise. HEX triplet: 34, BE and C4. RGB value is (52,190,196). Sum of RGB (Red+Green+Blue) = 52+190+196=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #34BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEC4 is #CB413B. Grayscale: #959595. Windows color (decimal): -13320508 or 12893748. OLE color: 12893748.
HSL color Cylindrical-coordinate representation of color #34BEC4: hue angle of 182.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEC4 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 190 | 196 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.23 |
| HSL | 182.5º | 0.58% | 0.49% | - |
| HSV(B) | 182.5º | 0.73% | 0.77% | - |
| XYZ | 29.79 | 41.54 | 58.67 | - |
| YUV | 149.42 | 154.28 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 196 | 0.73 | 0.03 | 0 | 0.23 | 182.5 | 0.58 | 0.49 |
| Hex | 34 | BE | C4 | 49 | 3 | 0 | 17 | B6 | 3A | 31 |
| Octal | 64 | 276 | 304 | 111 | 3 | 0 | 27 | 266 | 72 | 61 |
| Binary | 110100 | 10111110 | 11000100 | 1001001 | 11 | 0 | 10111 | 10110110 | 111010 | 110001 |
Color Harmonies of #34BEC4
Complementary color
Monochromatic Colors of #34BEC4
Black with #34BEC4
Text Example
Text Example
White with #34BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEC4; }
p { color: rgb(52,190,196); }
H1.HeaderClassName
{
color: #34BEC4;
}
.AnyTagClassName
{
color: #34BEC4;
}
</style>
background-color css
<style>
a { background-color: #34BEC4; }
a { background-color: rgb(52,190,196); }
div.DivClassName
{
background-color: #34BEC4;
}
.BgClassName
{
background-color: #34BEC4;
}
</style>
border-color css
<style>
span { border-color: #34BEC4; }
span { border-color: rgb(52,190,196); }
td.TdClassName
{
border-color: #34BEC4;
}
.TagClassName
{
border-color: #34BEC4;
}
</style>