Shades of Turquoise #34DCCF
Tints of Turquoise #34DCCF
RGB
CMYK
RGB Variations
Color information
#34DCCF (or 0x34DCCF) is known color: Turquoise. HEX triplet: 34, DC and CF. RGB value is (52,220,207). Sum of RGB (Red+Green+Blue) = 52+220+207=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DCCF is #CB2330. Grayscale: #A8A8A8. Windows color (decimal): -13312817 or 13622324. OLE color: 13622324.
HSL color Cylindrical-coordinate representation of color #34DCCF: hue angle of 175.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DCCF is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 207 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.14 |
| HSL | 175.36º | 0.71% | 0.53% | - |
| HSV(B) | 175.36º | 0.76% | 0.86% | - |
| XYZ | 38.27 | 56.42 | 67.9 | - |
| YUV | 168.29 | 149.84 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 207 | 0.76 | 0 | 0.06 | 0.14 | 175.36 | 0.71 | 0.53 |
| Hex | 34 | DC | CF | 4C | 0 | 6 | E | AF | 47 | 35 |
| Octal | 64 | 334 | 317 | 114 | 0 | 6 | 16 | 257 | 107 | 65 |
| Binary | 110100 | 11011100 | 11001111 | 1001100 | 0 | 110 | 1110 | 10101111 | 1000111 | 110101 |
Color Harmonies of #34DCCF
Complementary color
Monochromatic Colors of #34DCCF
Black with #34DCCF
Text Example
Text Example
White with #34DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCCF; }
p { color: rgb(52,220,207); }
H1.HeaderClassName
{
color: #34DCCF;
}
.AnyTagClassName
{
color: #34DCCF;
}
</style>
background-color css
<style>
a { background-color: #34DCCF; }
a { background-color: rgb(52,220,207); }
div.DivClassName
{
background-color: #34DCCF;
}
.BgClassName
{
background-color: #34DCCF;
}
</style>
border-color css
<style>
span { border-color: #34DCCF; }
span { border-color: rgb(52,220,207); }
td.TdClassName
{
border-color: #34DCCF;
}
.TagClassName
{
border-color: #34DCCF;
}
</style>