Shades of Medium Turquoise #34CFCB
Tints of Medium Turquoise #34CFCB
RGB
CMYK
RGB Variations
Color information
#34CFCB (or 0x34CFCB) is known color: Medium Turquoise. HEX triplet: 34, CF and CB. RGB value is (52,207,203). Sum of RGB (Red+Green+Blue) = 52+207+203=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFCB is #CB3034. Grayscale: #A0A0A0. Windows color (decimal): -13316149 or 13356852. OLE color: 13356852.
HSL color Cylindrical-coordinate representation of color #34CFCB: hue angle of 178.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CFCB is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 52 | 207 | 203 | - |
CMYK | 0.75 | 0 | 0.02 | 0.19 |
HSL | 178.45º | 0.62% | 0.51% | - |
HSV(B) | 178.45º | 0.75% | 0.81% | - |
XYZ | 34.51 | 49.67 | 64.27 | - |
YUV | 160.2 | 152.15 | 50.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 207 | 203 | 0.75 | 0 | 0.02 | 0.19 | 178.45 | 0.62 | 0.51 |
Hex | 34 | CF | CB | 4B | 0 | 2 | 13 | B2 | 3E | 33 |
Octal | 64 | 317 | 313 | 113 | 0 | 2 | 23 | 262 | 76 | 63 |
Binary | 110100 | 11001111 | 11001011 | 1001011 | 0 | 10 | 10011 | 10110010 | 111110 | 110011 |
Color Harmonies of #34CFCB
Complementary color
Monochromatic Colors of #34CFCB
Black with #34CFCB
Text Example
Text Example
White with #34CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFCB; }
p { color: rgb(52,207,203); }
H1.HeaderClassName
{
color: #34CFCB;
}
.AnyTagClassName
{
color: #34CFCB;
}
</style>
background-color css
<style>
a { background-color: #34CFCB; }
a { background-color: rgb(52,207,203); }
div.DivClassName
{
background-color: #34CFCB;
}
.BgClassName
{
background-color: #34CFCB;
}
</style>
border-color css
<style>
span { border-color: #34CFCB; }
span { border-color: rgb(52,207,203); }
td.TdClassName
{
border-color: #34CFCB;
}
.TagClassName
{
border-color: #34CFCB;
}
</style>