Shades of Turquoise #34F6DD
Tints of Turquoise #34F6DD
RGB
CMYK
RGB Variations
Color information
#34F6DD (or 0x34F6DD) is known color: Turquoise. HEX triplet: 34, F6 and DD. RGB value is (52,246,221). Sum of RGB (Red+Green+Blue) = 52+246+221=519 (68% of max value = 765). Red value is 52 (20.70% from 255 or 10.02% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #34F6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F6DD is #CB0922. Grayscale: #B9B9B9. Windows color (decimal): -13306147 or 14546484. OLE color: 14546484.
HSL color Cylindrical-coordinate representation of color #34F6DD: hue angle of 172.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F6DD is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 246 | 221 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.04 |
| HSL | 172.27º | 0.92% | 0.58% | - |
| HSV(B) | 172.27º | 0.79% | 0.96% | - |
| XYZ | 47.42 | 71.86 | 79.78 | - |
| YUV | 185.14 | 148.23 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 246 | 221 | 0.79 | 0 | 0.10 | 0.04 | 172.27 | 0.92 | 0.58 |
| Hex | 34 | F6 | DD | 4F | 0 | A | 4 | AC | 5C | 3A |
| Octal | 64 | 366 | 335 | 117 | 0 | 12 | 4 | 254 | 134 | 72 |
| Binary | 110100 | 11110110 | 11011101 | 1001111 | 0 | 1010 | 100 | 10101100 | 1011100 | 111010 |
Color Harmonies of #34F6DD
Complementary color
Monochromatic Colors of #34F6DD
Black with #34F6DD
Text Example
Text Example
White with #34F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F6DD; }
p { color: rgb(52,246,221); }
H1.HeaderClassName
{
color: #34F6DD;
}
.AnyTagClassName
{
color: #34F6DD;
}
</style>
background-color css
<style>
a { background-color: #34F6DD; }
a { background-color: rgb(52,246,221); }
div.DivClassName
{
background-color: #34F6DD;
}
.BgClassName
{
background-color: #34F6DD;
}
</style>
border-color css
<style>
span { border-color: #34F6DD; }
span { border-color: rgb(52,246,221); }
td.TdClassName
{
border-color: #34F6DD;
}
.TagClassName
{
border-color: #34F6DD;
}
</style>