#34F5EC

Color #34F5EC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #34F5EC

Tints of Turquoise #34F5EC

Color information

#34F5EC (or 0x34F5EC) is unknown color: approx Turquoise. HEX triplet: 34, F5 and EC. RGB value is (52,245,236). Sum of RGB (Red+Green+Blue) = 52+245+236=533 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.76% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #34F5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F5EC is #CB0A13. Grayscale: #BABABA. Windows color (decimal): -13306388 or 15529268. OLE color: 15529268.

HSL color Cylindrical-coordinate representation of color #34F5EC: hue angle of 177.2º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F5EC is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB52245236-
CMYK0.7900.040.04
HSL177.2º90.61%58.24%-
HSV(B)177.2º78.78%96.08%-
XYZ49.2172.0990.68-
YUV186.27156.0632.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 9.76%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=9.76%
G=45.97%
B=44.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal522452360.7900.040.04177.290.6158.24
Hex34F5EC4F044b15b3a
Octal6436535411704426113372
Binary110100111101011110110010011110100100101100011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34F5EC; }

 p { color: rgb(52,245,236); }

 H1.HeaderClassName
 {
   color: #34F5EC;
 }
 .AnyTagClassName
 {
   color: #34F5EC;
 }
</style>
background-color css

<style>
 a { background-color: #34F5EC; }

 a { background-color: rgb(52,245,236); }

 div.DivClassName
 {
   background-color: #34F5EC;
 }
 .BgClassName
 {
   background-color: #34F5EC;
 }
</style>
border-color css

<style>
 span { border-color: #34F5EC; }

 span { border-color: rgb(52,245,236); }

 td.TdClassName
 {
   border-color: #34F5EC;
 }
 .TagClassName
 {
   border-color: #34F5EC;
 }
</style>