Shades of Medium Turquoise #34CECF
Tints of Medium Turquoise #34CECF
RGB
CMYK
RGB Variations
Color information
#34CECF (or 0x34CECF) is known color: Medium Turquoise. HEX triplet: 34, CE and CF. RGB value is (52,206,207). Sum of RGB (Red+Green+Blue) = 52+206+207=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #34CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CECF is #CB3130. Grayscale: #9F9F9F. Windows color (decimal): -13316401 or 13618740. OLE color: 13618740.
HSL color Cylindrical-coordinate representation of color #34CECF: hue angle of 180.39º 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 #34CECF is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 207 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.19 |
| HSL | 180.39º | 0.62% | 0.51% | - |
| HSV(B) | 180.39º | 0.75% | 0.81% | - |
| XYZ | 34.75 | 49.38 | 66.73 | - |
| YUV | 160.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 207 | 0.75 | 0.00 | 0 | 0.19 | 180.39 | 0.62 | 0.51 |
| Hex | 34 | CE | CF | 4B | 0 | 0 | 13 | B4 | 3E | 33 |
| Octal | 64 | 316 | 317 | 113 | 0 | 0 | 23 | 264 | 76 | 63 |
| Binary | 110100 | 11001110 | 11001111 | 1001011 | 0 | 0 | 10011 | 10110100 | 111110 | 110011 |
Color Harmonies of #34CECF
Complementary color
Monochromatic Colors of #34CECF
Black with #34CECF
Text Example
Text Example
White with #34CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CECF; }
p { color: rgb(52,206,207); }
H1.HeaderClassName
{
color: #34CECF;
}
.AnyTagClassName
{
color: #34CECF;
}
</style>
background-color css
<style>
a { background-color: #34CECF; }
a { background-color: rgb(52,206,207); }
div.DivClassName
{
background-color: #34CECF;
}
.BgClassName
{
background-color: #34CECF;
}
</style>
border-color css
<style>
span { border-color: #34CECF; }
span { border-color: rgb(52,206,207); }
td.TdClassName
{
border-color: #34CECF;
}
.TagClassName
{
border-color: #34CECF;
}
</style>