Shades of Medium Turquoise #34CABE
Tints of Medium Turquoise #34CABE
RGB
CMYK
RGB Variations
Color information
#34CABE (or 0x34CABE) is known color: Medium Turquoise. HEX triplet: 34, CA and BE. RGB value is (52,202,190). Sum of RGB (Red+Green+Blue) = 52+202+190=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #34CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CABE is #CB3541. Grayscale: #9B9B9B. Windows color (decimal): -13317442 or 12503604. OLE color: 12503604.
HSL color Cylindrical-coordinate representation of color #34CABE: hue angle of 175.2º 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 #34CABE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 190 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.21 |
| HSL | 175.2º | 0.59% | 0.5% | - |
| HSV(B) | 175.2º | 0.74% | 0.79% | - |
| XYZ | 31.83 | 46.69 | 56.05 | - |
| YUV | 155.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 190 | 0.74 | 0 | 0.06 | 0.21 | 175.2 | 0.59 | 0.5 |
| Hex | 34 | CA | BE | 4A | 0 | 6 | 15 | AF | 3B | 32 |
| Octal | 64 | 312 | 276 | 112 | 0 | 6 | 25 | 257 | 73 | 62 |
| Binary | 110100 | 11001010 | 10111110 | 1001010 | 0 | 110 | 10101 | 10101111 | 111011 | 110010 |
Color Harmonies of #34CABE
Complementary color
Monochromatic Colors of #34CABE
Black with #34CABE
Text Example
Text Example
White with #34CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CABE; }
p { color: rgb(52,202,190); }
H1.HeaderClassName
{
color: #34CABE;
}
.AnyTagClassName
{
color: #34CABE;
}
</style>
background-color css
<style>
a { background-color: #34CABE; }
a { background-color: rgb(52,202,190); }
div.DivClassName
{
background-color: #34CABE;
}
.BgClassName
{
background-color: #34CABE;
}
</style>
border-color css
<style>
span { border-color: #34CABE; }
span { border-color: rgb(52,202,190); }
td.TdClassName
{
border-color: #34CABE;
}
.TagClassName
{
border-color: #34CABE;
}
</style>