Shades of Turquoise #34E9FF
Tints of Turquoise #34E9FF
RGB
CMYK
RGB Variations
Color information
#34E9FF (or 0x34E9FF) is known color: Turquoise. HEX triplet: 34, E9 and FF. RGB value is (52,233,255). Sum of RGB (Red+Green+Blue) = 52+233+255=540 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.63% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #34E9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34E9FF is #CB1600. Grayscale: #B5B5B5. Windows color (decimal): -13309441 or 16771380. OLE color: 16771380.
HSL color Cylindrical-coordinate representation of color #34E9FF: hue angle of 186.5º 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 #34E9FF is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 233 | 255 | - |
| CMYK | 0.80 | 0.09 | 0 | 0 |
| HSL | 186.5º | 1% | 0.6% | - |
| HSV(B) | 186.5º | 0.8% | 1% | - |
| XYZ | 48.61 | 66.23 | 104.83 | - |
| YUV | 181.39 | 169.53 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 255 | 0.80 | 0.09 | 0 | 0 | 186.5 | 1 | 0.6 |
| Hex | 34 | E9 | FF | 50 | 9 | 0 | 0 | BB | 64 | 3C |
| Octal | 64 | 351 | 377 | 120 | 11 | 0 | 0 | 273 | 144 | 74 |
| Binary | 110100 | 11101001 | 11111111 | 1010000 | 1001 | 0 | 0 | 10111011 | 1100100 | 111100 |
Color Harmonies of #34E9FF
Complementary color
Monochromatic Colors of #34E9FF
Black with #34E9FF
Text Example
Text Example
White with #34E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E9FF; }
p { color: rgb(52,233,255); }
H1.HeaderClassName
{
color: #34E9FF;
}
.AnyTagClassName
{
color: #34E9FF;
}
</style>
background-color css
<style>
a { background-color: #34E9FF; }
a { background-color: rgb(52,233,255); }
div.DivClassName
{
background-color: #34E9FF;
}
.BgClassName
{
background-color: #34E9FF;
}
</style>
border-color css
<style>
span { border-color: #34E9FF; }
span { border-color: rgb(52,233,255); }
td.TdClassName
{
border-color: #34E9FF;
}
.TagClassName
{
border-color: #34E9FF;
}
</style>