Shades of Turquoise #34FFD6
Tints of Turquoise #34FFD6
RGB
CMYK
RGB Variations
Color information
#34FFD6 (or 0x34FFD6) is known color: Turquoise. HEX triplet: 34, FF and D6. RGB value is (52,255,214). Sum of RGB (Red+Green+Blue) = 52+255+214=521 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.98% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #34FFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FFD6 is #CB0029. Grayscale: #BDBDBD. Windows color (decimal): -13303850 or 14090036. OLE color: 14090036.
HSL color Cylindrical-coordinate representation of color #34FFD6: hue angle of 167.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FFD6 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 214 | - |
| CMYK | 0.80 | 0 | 0.16 | 0 |
| HSL | 167.88º | 1% | 0.6% | - |
| HSV(B) | 167.88º | 0.8% | 1% | - |
| XYZ | 49.31 | 77.11 | 75.9 | - |
| YUV | 189.63 | 141.75 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 214 | 0.80 | 0 | 0.16 | 0 | 167.88 | 1 | 0.6 |
| Hex | 34 | FF | D6 | 50 | 0 | 10 | 0 | A8 | 64 | 3C |
| Octal | 64 | 377 | 326 | 120 | 0 | 20 | 0 | 250 | 144 | 74 |
| Binary | 110100 | 11111111 | 11010110 | 1010000 | 0 | 10000 | 0 | 10101000 | 1100100 | 111100 |
Color Harmonies of #34FFD6
Complementary color
Monochromatic Colors of #34FFD6
Black with #34FFD6
Text Example
Text Example
White with #34FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFD6; }
p { color: rgb(52,255,214); }
H1.HeaderClassName
{
color: #34FFD6;
}
.AnyTagClassName
{
color: #34FFD6;
}
</style>
background-color css
<style>
a { background-color: #34FFD6; }
a { background-color: rgb(52,255,214); }
div.DivClassName
{
background-color: #34FFD6;
}
.BgClassName
{
background-color: #34FFD6;
}
</style>
border-color css
<style>
span { border-color: #34FFD6; }
span { border-color: rgb(52,255,214); }
td.TdClassName
{
border-color: #34FFD6;
}
.TagClassName
{
border-color: #34FFD6;
}
</style>