Shades of Medium Turquoise #34CBBC
Tints of Medium Turquoise #34CBBC
RGB
CMYK
RGB Variations
Color information
#34CBBC (or 0x34CBBC) is known color: Medium Turquoise. HEX triplet: 34, CB and BC. RGB value is (52,203,188). Sum of RGB (Red+Green+Blue) = 52+203+188=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBBC is #CB3443. Grayscale: #9C9C9C. Windows color (decimal): -13317188 or 12372788. OLE color: 12372788.
HSL color Cylindrical-coordinate representation of color #34CBBC: hue angle of 174.04º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CBBC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 188 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.20 |
| HSL | 174.04º | 0.59% | 0.5% | - |
| HSV(B) | 174.04º | 0.74% | 0.8% | - |
| XYZ | 31.85 | 47.07 | 54.98 | - |
| YUV | 156.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 188 | 0.74 | 0 | 0.07 | 0.20 | 174.04 | 0.59 | 0.5 |
| Hex | 34 | CB | BC | 4A | 0 | 7 | 14 | AE | 3B | 32 |
| Octal | 64 | 313 | 274 | 112 | 0 | 7 | 24 | 256 | 73 | 62 |
| Binary | 110100 | 11001011 | 10111100 | 1001010 | 0 | 111 | 10100 | 10101110 | 111011 | 110010 |
Color Harmonies of #34CBBC
Complementary color
Monochromatic Colors of #34CBBC
Black with #34CBBC
Text Example
Text Example
White with #34CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBBC; }
p { color: rgb(52,203,188); }
H1.HeaderClassName
{
color: #34CBBC;
}
.AnyTagClassName
{
color: #34CBBC;
}
</style>
background-color css
<style>
a { background-color: #34CBBC; }
a { background-color: rgb(52,203,188); }
div.DivClassName
{
background-color: #34CBBC;
}
.BgClassName
{
background-color: #34CBBC;
}
</style>
border-color css
<style>
span { border-color: #34CBBC; }
span { border-color: rgb(52,203,188); }
td.TdClassName
{
border-color: #34CBBC;
}
.TagClassName
{
border-color: #34CBBC;
}
</style>