Shades of Medium Turquoise #34CFCC
Tints of Medium Turquoise #34CFCC
RGB
CMYK
RGB Variations
Color information
#34CFCC (or 0x34CFCC) is known color: Medium Turquoise. HEX triplet: 34, CF and CC. RGB value is (52,207,204). Sum of RGB (Red+Green+Blue) = 52+207+204=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFCC is #CB3033. Grayscale: #A0A0A0. Windows color (decimal): -13316148 or 13422388. OLE color: 13422388.
HSL color Cylindrical-coordinate representation of color #34CFCC: hue angle of 178.84º 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 #34CFCC is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 204 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.19 |
| HSL | 178.84º | 0.62% | 0.51% | - |
| HSV(B) | 178.84º | 0.75% | 0.81% | - |
| XYZ | 34.63 | 49.72 | 64.9 | - |
| YUV | 160.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 204 | 0.75 | 0 | 0.01 | 0.19 | 178.84 | 0.62 | 0.51 |
| Hex | 34 | CF | CC | 4B | 0 | 1 | 13 | B3 | 3E | 33 |
| Octal | 64 | 317 | 314 | 113 | 0 | 1 | 23 | 263 | 76 | 63 |
| Binary | 110100 | 11001111 | 11001100 | 1001011 | 0 | 1 | 10011 | 10110011 | 111110 | 110011 |
Color Harmonies of #34CFCC
Complementary color
Monochromatic Colors of #34CFCC
Black with #34CFCC
Text Example
Text Example
White with #34CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFCC; }
p { color: rgb(52,207,204); }
H1.HeaderClassName
{
color: #34CFCC;
}
.AnyTagClassName
{
color: #34CFCC;
}
</style>
background-color css
<style>
a { background-color: #34CFCC; }
a { background-color: rgb(52,207,204); }
div.DivClassName
{
background-color: #34CFCC;
}
.BgClassName
{
background-color: #34CFCC;
}
</style>
border-color css
<style>
span { border-color: #34CFCC; }
span { border-color: rgb(52,207,204); }
td.TdClassName
{
border-color: #34CFCC;
}
.TagClassName
{
border-color: #34CFCC;
}
</style>