Shades of Turquoise #34DFBD
Tints of Turquoise #34DFBD
RGB
CMYK
RGB Variations
Color information
#34DFBD (or 0x34DFBD) is known color: Turquoise. HEX triplet: 34, DF and BD. RGB value is (52,223,189). Sum of RGB (Red+Green+Blue) = 52+223+189=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFBD is #CB2042. Grayscale: #A7A7A7. Windows color (decimal): -13312067 or 12443444. OLE color: 12443444.
HSL color Cylindrical-coordinate representation of color #34DFBD: hue angle of 168.07º 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 #34DFBD is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 189 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.13 |
| HSL | 168.07º | 0.73% | 0.54% | - |
| HSV(B) | 168.07º | 0.77% | 0.87% | - |
| XYZ | 36.99 | 57.18 | 57.23 | - |
| YUV | 168 | 139.85 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 189 | 0.77 | 0 | 0.15 | 0.13 | 168.07 | 0.73 | 0.54 |
| Hex | 34 | DF | BD | 4D | 0 | F | D | A8 | 49 | 36 |
| Octal | 64 | 337 | 275 | 115 | 0 | 17 | 15 | 250 | 111 | 66 |
| Binary | 110100 | 11011111 | 10111101 | 1001101 | 0 | 1111 | 1101 | 10101000 | 1001001 | 110110 |
Color Harmonies of #34DFBD
Complementary color
Monochromatic Colors of #34DFBD
Black with #34DFBD
Text Example
Text Example
White with #34DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DFBD; }
p { color: rgb(52,223,189); }
H1.HeaderClassName
{
color: #34DFBD;
}
.AnyTagClassName
{
color: #34DFBD;
}
</style>
background-color css
<style>
a { background-color: #34DFBD; }
a { background-color: rgb(52,223,189); }
div.DivClassName
{
background-color: #34DFBD;
}
.BgClassName
{
background-color: #34DFBD;
}
</style>
border-color css
<style>
span { border-color: #34DFBD; }
span { border-color: rgb(52,223,189); }
td.TdClassName
{
border-color: #34DFBD;
}
.TagClassName
{
border-color: #34DFBD;
}
</style>