Shades of Turquoise #34DFB7
Tints of Turquoise #34DFB7
RGB
CMYK
RGB Variations
Color information
#34DFB7 (or 0x34DFB7) is known color: Turquoise. HEX triplet: 34, DF and B7. RGB value is (52,223,183). Sum of RGB (Red+Green+Blue) = 52+223+183=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFB7 is #CB2048. Grayscale: #A7A7A7. Windows color (decimal): -13312073 or 12050228. OLE color: 12050228.
HSL color Cylindrical-coordinate representation of color #34DFB7: hue angle of 165.96º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DFB7 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 183 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.13 |
| HSL | 165.96º | 0.73% | 0.54% | - |
| HSV(B) | 165.96º | 0.77% | 0.87% | - |
| XYZ | 36.35 | 56.92 | 53.87 | - |
| YUV | 167.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 183 | 0.77 | 0 | 0.18 | 0.13 | 165.96 | 0.73 | 0.54 |
| Hex | 34 | DF | B7 | 4D | 0 | 12 | D | A6 | 49 | 36 |
| Octal | 64 | 337 | 267 | 115 | 0 | 22 | 15 | 246 | 111 | 66 |
| Binary | 110100 | 11011111 | 10110111 | 1001101 | 0 | 10010 | 1101 | 10100110 | 1001001 | 110110 |
Color Harmonies of #34DFB7
Complementary color
Monochromatic Colors of #34DFB7
Black with #34DFB7
Text Example
Text Example
White with #34DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DFB7; }
p { color: rgb(52,223,183); }
H1.HeaderClassName
{
color: #34DFB7;
}
.AnyTagClassName
{
color: #34DFB7;
}
</style>
background-color css
<style>
a { background-color: #34DFB7; }
a { background-color: rgb(52,223,183); }
div.DivClassName
{
background-color: #34DFB7;
}
.BgClassName
{
background-color: #34DFB7;
}
</style>
border-color css
<style>
span { border-color: #34DFB7; }
span { border-color: rgb(52,223,183); }
td.TdClassName
{
border-color: #34DFB7;
}
.TagClassName
{
border-color: #34DFB7;
}
</style>