Shades of Medium Turquoise #34CBC4
Tints of Medium Turquoise #34CBC4
RGB
CMYK
RGB Variations
Color information
#34CBC4 (or 0x34CBC4) is known color: Medium Turquoise. HEX triplet: 34, CB and C4. RGB value is (52,203,196). Sum of RGB (Red+Green+Blue) = 52+203+196=451 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.53% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBC4 is #CB343B. Grayscale: #9C9C9C. Windows color (decimal): -13317180 or 12897076. OLE color: 12897076.
HSL color Cylindrical-coordinate representation of color #34CBC4: hue angle of 177.22º 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 #34CBC4 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 196 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.20 |
| HSL | 177.22º | 0.59% | 0.5% | - |
| HSV(B) | 177.22º | 0.74% | 0.8% | - |
| XYZ | 32.74 | 47.43 | 59.65 | - |
| YUV | 157.05 | 149.97 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 196 | 0.74 | 0 | 0.03 | 0.20 | 177.22 | 0.59 | 0.5 |
| Hex | 34 | CB | C4 | 4A | 0 | 3 | 14 | B1 | 3B | 32 |
| Octal | 64 | 313 | 304 | 112 | 0 | 3 | 24 | 261 | 73 | 62 |
| Binary | 110100 | 11001011 | 11000100 | 1001010 | 0 | 11 | 10100 | 10110001 | 111011 | 110010 |
Color Harmonies of #34CBC4
Complementary color
Monochromatic Colors of #34CBC4
Black with #34CBC4
Text Example
Text Example
White with #34CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBC4; }
p { color: rgb(52,203,196); }
H1.HeaderClassName
{
color: #34CBC4;
}
.AnyTagClassName
{
color: #34CBC4;
}
</style>
background-color css
<style>
a { background-color: #34CBC4; }
a { background-color: rgb(52,203,196); }
div.DivClassName
{
background-color: #34CBC4;
}
.BgClassName
{
background-color: #34CBC4;
}
</style>
border-color css
<style>
span { border-color: #34CBC4; }
span { border-color: rgb(52,203,196); }
td.TdClassName
{
border-color: #34CBC4;
}
.TagClassName
{
border-color: #34CBC4;
}
</style>