Shades of Medium Turquoise #34CFCF
Tints of Medium Turquoise #34CFCF
RGB
CMYK
RGB Variations
Color information
#34CFCF (or 0x34CFCF) is known color: Medium Turquoise. HEX triplet: 34, CF and CF. RGB value is (52,207,207). Sum of RGB (Red+Green+Blue) = 52+207+207=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #34CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFCF is #CB3030. Grayscale: #A0A0A0. Windows color (decimal): -13316145 or 13618996. OLE color: 13618996.
HSL color Cylindrical-coordinate representation of color #34CFCF: hue angle of 180º 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 #34CFCF is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 207 | - |
| CMYK | 0.75 | 0 | 0 | 0.19 |
| HSL | 180º | 0.62% | 0.51% | - |
| HSV(B) | 180º | 0.75% | 0.81% | - |
| XYZ | 34.99 | 49.86 | 66.81 | - |
| YUV | 160.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 207 | 0.75 | 0 | 0 | 0.19 | 180 | 0.62 | 0.51 |
| Hex | 34 | CF | CF | 4B | 0 | 0 | 13 | B4 | 3E | 33 |
| Octal | 64 | 317 | 317 | 113 | 0 | 0 | 23 | 264 | 76 | 63 |
| Binary | 110100 | 11001111 | 11001111 | 1001011 | 0 | 0 | 10011 | 10110100 | 111110 | 110011 |
Color Harmonies of #34CFCF
Complementary color
Monochromatic Colors of #34CFCF
Black with #34CFCF
Text Example
Text Example
White with #34CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CFCF; }
p { color: rgb(52,207,207); }
H1.HeaderClassName
{
color: #34CFCF;
}
.AnyTagClassName
{
color: #34CFCF;
}
</style>
background-color css
<style>
a { background-color: #34CFCF; }
a { background-color: rgb(52,207,207); }
div.DivClassName
{
background-color: #34CFCF;
}
.BgClassName
{
background-color: #34CFCF;
}
</style>
border-color css
<style>
span { border-color: #34CFCF; }
span { border-color: rgb(52,207,207); }
td.TdClassName
{
border-color: #34CFCF;
}
.TagClassName
{
border-color: #34CFCF;
}
</style>