Shades of Medium Turquoise #34CFCA
Tints of Medium Turquoise #34CFCA
RGB
CMYK
RGB Variations
Color information
#34CFCA (or 0x34CFCA) is known color: Medium Turquoise. HEX triplet: 34, CF and CA. RGB value is (52,207,202). Sum of RGB (Red+Green+Blue) = 52+207+202=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFCA is #CB3035. Grayscale: #9F9F9F. Windows color (decimal): -13316150 or 13291316. OLE color: 13291316.
HSL color Cylindrical-coordinate representation of color #34CFCA: hue angle of 178.06º 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 #34CFCA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 202 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.19 |
| HSL | 178.06º | 0.62% | 0.51% | - |
| HSV(B) | 178.06º | 0.75% | 0.81% | - |
| XYZ | 34.39 | 49.62 | 63.64 | - |
| YUV | 160.09 | 151.65 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 202 | 0.75 | 0 | 0.02 | 0.19 | 178.06 | 0.62 | 0.51 |
| Hex | 34 | CF | CA | 4B | 0 | 2 | 13 | B2 | 3E | 33 |
| Octal | 64 | 317 | 312 | 113 | 0 | 2 | 23 | 262 | 76 | 63 |
| Binary | 110100 | 11001111 | 11001010 | 1001011 | 0 | 10 | 10011 | 10110010 | 111110 | 110011 |
Color Harmonies of #34CFCA
Complementary color
Monochromatic Colors of #34CFCA
Black with #34CFCA
Text Example
Text Example
White with #34CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFCA; }
p { color: rgb(52,207,202); }
H1.HeaderClassName
{
color: #34CFCA;
}
.AnyTagClassName
{
color: #34CFCA;
}
</style>
background-color css
<style>
a { background-color: #34CFCA; }
a { background-color: rgb(52,207,202); }
div.DivClassName
{
background-color: #34CFCA;
}
.BgClassName
{
background-color: #34CFCA;
}
</style>
border-color css
<style>
span { border-color: #34CFCA; }
span { border-color: rgb(52,207,202); }
td.TdClassName
{
border-color: #34CFCA;
}
.TagClassName
{
border-color: #34CFCA;
}
</style>