Shades of Turquoise #34DFDC
Tints of Turquoise #34DFDC
RGB
CMYK
RGB Variations
Color information
#34DFDC (or 0x34DFDC) is known color: Turquoise. HEX triplet: 34, DF and DC. RGB value is (52,223,220). Sum of RGB (Red+Green+Blue) = 52+223+220=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFDC is #CB2023. Grayscale: #ABABAB. Windows color (decimal): -13312036 or 14475060. OLE color: 14475060.
HSL color Cylindrical-coordinate representation of color #34DFDC: hue angle of 178.95º 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 #34DFDC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 220 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.13 |
| HSL | 178.95º | 0.73% | 0.54% | - |
| HSV(B) | 178.95º | 0.77% | 0.87% | - |
| XYZ | 40.72 | 58.67 | 76.89 | - |
| YUV | 171.53 | 155.35 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 220 | 0.77 | 0 | 0.01 | 0.13 | 178.95 | 0.73 | 0.54 |
| Hex | 34 | DF | DC | 4D | 0 | 1 | D | B3 | 49 | 36 |
| Octal | 64 | 337 | 334 | 115 | 0 | 1 | 15 | 263 | 111 | 66 |
| Binary | 110100 | 11011111 | 11011100 | 1001101 | 0 | 1 | 1101 | 10110011 | 1001001 | 110110 |
Color Harmonies of #34DFDC
Complementary color
Monochromatic Colors of #34DFDC
Black with #34DFDC
Text Example
Text Example
White with #34DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DFDC; }
p { color: rgb(52,223,220); }
H1.HeaderClassName
{
color: #34DFDC;
}
.AnyTagClassName
{
color: #34DFDC;
}
</style>
background-color css
<style>
a { background-color: #34DFDC; }
a { background-color: rgb(52,223,220); }
div.DivClassName
{
background-color: #34DFDC;
}
.BgClassName
{
background-color: #34DFDC;
}
</style>
border-color css
<style>
span { border-color: #34DFDC; }
span { border-color: rgb(52,223,220); }
td.TdClassName
{
border-color: #34DFDC;
}
.TagClassName
{
border-color: #34DFDC;
}
</style>