Shades of Turquoise #34DEFF
Tints of Turquoise #34DEFF
RGB
CMYK
RGB Variations
Color information
#34DEFF (or 0x34DEFF) is known color: Turquoise. HEX triplet: 34, DE and FF. RGB value is (52,222,255). Sum of RGB (Red+Green+Blue) = 52+222+255=529 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.83% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #34DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DEFF is #CB2100. Grayscale: #AEAEAE. Windows color (decimal): -13312257 or 16768564. OLE color: 16768564.
HSL color Cylindrical-coordinate representation of color #34DEFF: hue angle of 189.75º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34DEFF is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 222 | 255 | - |
| CMYK | 0.80 | 0.13 | 0 | 0 |
| HSL | 189.75º | 1% | 0.6% | - |
| HSV(B) | 189.75º | 0.8% | 1% | - |
| XYZ | 45.59 | 60.19 | 103.82 | - |
| YUV | 174.93 | 173.18 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 255 | 0.80 | 0.13 | 0 | 0 | 189.75 | 1 | 0.6 |
| Hex | 34 | DE | FF | 50 | D | 0 | 0 | BE | 64 | 3C |
| Octal | 64 | 336 | 377 | 120 | 15 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110100 | 11011110 | 11111111 | 1010000 | 1101 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #34DEFF
Complementary color
Monochromatic Colors of #34DEFF
Black with #34DEFF
Text Example
Text Example
White with #34DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DEFF; }
p { color: rgb(52,222,255); }
H1.HeaderClassName
{
color: #34DEFF;
}
.AnyTagClassName
{
color: #34DEFF;
}
</style>
background-color css
<style>
a { background-color: #34DEFF; }
a { background-color: rgb(52,222,255); }
div.DivClassName
{
background-color: #34DEFF;
}
.BgClassName
{
background-color: #34DEFF;
}
</style>
border-color css
<style>
span { border-color: #34DEFF; }
span { border-color: rgb(52,222,255); }
td.TdClassName
{
border-color: #34DEFF;
}
.TagClassName
{
border-color: #34DEFF;
}
</style>