Shades of Turquoise #34DBE3
Tints of Turquoise #34DBE3
RGB
CMYK
RGB Variations
Color information
#34DBE3 (or 0x34DBE3) is known color: Turquoise. HEX triplet: 34, DB and E3. RGB value is (52,219,227). Sum of RGB (Red+Green+Blue) = 52+219+227=498 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.44% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #34DBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DBE3 is #CB241C. Grayscale: #A9A9A9. Windows color (decimal): -13313053 or 14932788. OLE color: 14932788.
HSL color Cylindrical-coordinate representation of color #34DBE3: hue angle of 182.74º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DBE3 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 219 | 227 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.11 |
| HSL | 182.74º | 0.76% | 0.55% | - |
| HSV(B) | 182.74º | 0.77% | 0.89% | - |
| XYZ | 40.61 | 56.94 | 81.52 | - |
| YUV | 169.98 | 160.17 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 227 | 0.77 | 0.04 | 0 | 0.11 | 182.74 | 0.76 | 0.55 |
| Hex | 34 | DB | E3 | 4D | 4 | 0 | B | B7 | 4C | 37 |
| Octal | 64 | 333 | 343 | 115 | 4 | 0 | 13 | 267 | 114 | 67 |
| Binary | 110100 | 11011011 | 11100011 | 1001101 | 100 | 0 | 1011 | 10110111 | 1001100 | 110111 |
Color Harmonies of #34DBE3
Complementary color
Monochromatic Colors of #34DBE3
Black with #34DBE3
Text Example
Text Example
White with #34DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBE3; }
p { color: rgb(52,219,227); }
H1.HeaderClassName
{
color: #34DBE3;
}
.AnyTagClassName
{
color: #34DBE3;
}
</style>
background-color css
<style>
a { background-color: #34DBE3; }
a { background-color: rgb(52,219,227); }
div.DivClassName
{
background-color: #34DBE3;
}
.BgClassName
{
background-color: #34DBE3;
}
</style>
border-color css
<style>
span { border-color: #34DBE3; }
span { border-color: rgb(52,219,227); }
td.TdClassName
{
border-color: #34DBE3;
}
.TagClassName
{
border-color: #34DBE3;
}
</style>