Shades of Turquoise #34ECFF
Tints of Turquoise #34ECFF
RGB
CMYK
RGB Variations
Color information
#34ECFF (or 0x34ECFF) is known color: Turquoise. HEX triplet: 34, EC and FF. RGB value is (52,236,255). Sum of RGB (Red+Green+Blue) = 52+236+255=543 (71% of max value = 765). Red value is 52 (20.70% from 255 or 9.58% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #34ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34ECFF is #CB1300. Grayscale: #B6B6B6. Windows color (decimal): -13308673 or 16772148. OLE color: 16772148.
HSL color Cylindrical-coordinate representation of color #34ECFF: hue angle of 185.62º 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 #34ECFF is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 236 | 255 | - |
| CMYK | 0.80 | 0.07 | 0 | 0 |
| HSL | 185.62º | 1% | 0.6% | - |
| HSV(B) | 185.62º | 0.8% | 1% | - |
| XYZ | 49.46 | 67.94 | 105.11 | - |
| YUV | 183.15 | 168.54 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 255 | 0.80 | 0.07 | 0 | 0 | 185.62 | 1 | 0.6 |
| Hex | 34 | EC | FF | 50 | 7 | 0 | 0 | BA | 64 | 3C |
| Octal | 64 | 354 | 377 | 120 | 7 | 0 | 0 | 272 | 144 | 74 |
| Binary | 110100 | 11101100 | 11111111 | 1010000 | 111 | 0 | 0 | 10111010 | 1100100 | 111100 |
Color Harmonies of #34ECFF
Complementary color
Monochromatic Colors of #34ECFF
Black with #34ECFF
Text Example
Text Example
White with #34ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECFF; }
p { color: rgb(52,236,255); }
H1.HeaderClassName
{
color: #34ECFF;
}
.AnyTagClassName
{
color: #34ECFF;
}
</style>
background-color css
<style>
a { background-color: #34ECFF; }
a { background-color: rgb(52,236,255); }
div.DivClassName
{
background-color: #34ECFF;
}
.BgClassName
{
background-color: #34ECFF;
}
</style>
border-color css
<style>
span { border-color: #34ECFF; }
span { border-color: rgb(52,236,255); }
td.TdClassName
{
border-color: #34ECFF;
}
.TagClassName
{
border-color: #34ECFF;
}
</style>