Shades of Turquoise #34DBE6
Tints of Turquoise #34DBE6
RGB
CMYK
RGB Variations
Color information
#34DBE6 (or 0x34DBE6) is known color: Turquoise. HEX triplet: 34, DB and E6. RGB value is (52,219,230). Sum of RGB (Red+Green+Blue) = 52+219+230=501 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.38% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #34DBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DBE6 is #CB2419. Grayscale: #AAAAAA. Windows color (decimal): -13313050 or 15129396. OLE color: 15129396.
HSL color Cylindrical-coordinate representation of color #34DBE6: hue angle of 183.71º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DBE6 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 219 | 230 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.10 |
| HSL | 183.71º | 0.78% | 0.55% | - |
| HSV(B) | 183.71º | 0.77% | 0.9% | - |
| XYZ | 41.03 | 57.11 | 83.72 | - |
| YUV | 170.32 | 161.67 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 230 | 0.77 | 0.05 | 0 | 0.10 | 183.71 | 0.78 | 0.55 |
| Hex | 34 | DB | E6 | 4D | 5 | 0 | A | B8 | 4E | 37 |
| Octal | 64 | 333 | 346 | 115 | 5 | 0 | 12 | 270 | 116 | 67 |
| Binary | 110100 | 11011011 | 11100110 | 1001101 | 101 | 0 | 1010 | 10111000 | 1001110 | 110111 |
Color Harmonies of #34DBE6
Complementary color
Monochromatic Colors of #34DBE6
Black with #34DBE6
Text Example
Text Example
White with #34DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBE6; }
p { color: rgb(52,219,230); }
H1.HeaderClassName
{
color: #34DBE6;
}
.AnyTagClassName
{
color: #34DBE6;
}
</style>
background-color css
<style>
a { background-color: #34DBE6; }
a { background-color: rgb(52,219,230); }
div.DivClassName
{
background-color: #34DBE6;
}
.BgClassName
{
background-color: #34DBE6;
}
</style>
border-color css
<style>
span { border-color: #34DBE6; }
span { border-color: rgb(52,219,230); }
td.TdClassName
{
border-color: #34DBE6;
}
.TagClassName
{
border-color: #34DBE6;
}
</style>