Shades of Medium Turquoise #34CBCB
Tints of Medium Turquoise #34CBCB
RGB
CMYK
RGB Variations
Color information
#34CBCB (or 0x34CBCB) is known color: Medium Turquoise. HEX triplet: 34, CB and CB. RGB value is (52,203,203). Sum of RGB (Red+Green+Blue) = 52+203+203=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #34CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBCB is #CB3434. Grayscale: #9D9D9D. Windows color (decimal): -13317173 or 13355828. OLE color: 13355828.
HSL color Cylindrical-coordinate representation of color #34CBCB: hue angle of 180º 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 #34CBCB is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 203 | - |
| CMYK | 0.74 | 0 | 0 | 0.20 |
| HSL | 180º | 0.59% | 0.5% | - |
| HSV(B) | 180º | 0.74% | 0.8% | - |
| XYZ | 33.55 | 47.75 | 63.95 | - |
| YUV | 157.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 203 | 0.74 | 0 | 0 | 0.20 | 180 | 0.59 | 0.5 |
| Hex | 34 | CB | CB | 4A | 0 | 0 | 14 | B4 | 3B | 32 |
| Octal | 64 | 313 | 313 | 112 | 0 | 0 | 24 | 264 | 73 | 62 |
| Binary | 110100 | 11001011 | 11001011 | 1001010 | 0 | 0 | 10100 | 10110100 | 111011 | 110010 |
Color Harmonies of #34CBCB
Complementary color
Monochromatic Colors of #34CBCB
Black with #34CBCB
Text Example
Text Example
White with #34CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBCB; }
p { color: rgb(52,203,203); }
H1.HeaderClassName
{
color: #34CBCB;
}
.AnyTagClassName
{
color: #34CBCB;
}
</style>
background-color css
<style>
a { background-color: #34CBCB; }
a { background-color: rgb(52,203,203); }
div.DivClassName
{
background-color: #34CBCB;
}
.BgClassName
{
background-color: #34CBCB;
}
</style>
border-color css
<style>
span { border-color: #34CBCB; }
span { border-color: rgb(52,203,203); }
td.TdClassName
{
border-color: #34CBCB;
}
.TagClassName
{
border-color: #34CBCB;
}
</style>