#34ECF0

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

Shades of Turquoise #34ECF0

Tints of Turquoise #34ECF0

Color information

#34ECF0 (or 0x34ECF0) is unknown color: approx Turquoise. HEX triplet: 34, EC and F0. RGB value is (52,236,240). Sum of RGB (Red+Green+Blue) = 52+236+240=528 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.85% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #34ECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34ECF0 is #CB130F. Grayscale: #B5B5B5. Windows color (decimal): -13308688 or 15789108. OLE color: 15789108.

HSL color Cylindrical-coordinate representation of color #34ECF0: hue angle of 181.28º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECF0 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB52236240-
CMYK0.780.0200.06
HSL181.28º86.24%57.25%-
HSV(B)181.28º78.33%94.12%-
XYZ47.1467.0192.89-
YUV181.44161.0435.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.85%
GREEN value IS 236 (92.58% from 255) = 44.70%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=9.85%
G=44.70%
B=45.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal522362400.780.0200.06181.2886.2457.25
Hex34ECF04E206b55639
Octal6435436011620626512671
Binary11010011101100111100001001110100110101101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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