#34ECBE

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

Shades of Turquoise #34ECBE

Tints of Turquoise #34ECBE

Color information

#34ECBE (or 0x34ECBE) is unknown color: approx Turquoise. HEX triplet: 34, EC and BE. RGB value is (52,236,190). Sum of RGB (Red+Green+Blue) = 52+236+190=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECBE is #CB1341. Grayscale: #AFAFAF. Windows color (decimal): -13308738 or 12512308. OLE color: 12512308.

HSL color Cylindrical-coordinate representation of color #34ECBE: hue angle of 165º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECBE is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB52236190-
CMYK0.7800.190.07
HSL165º82.88%56.47%-
HSV(B)165º77.97%92.55%-
XYZ40.7164.4459.01-
YUV175.74136.0439.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.88%
GREEN value IS 236 (92.58% from 255) = 49.37%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=10.88%
G=49.37%
B=39.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal522361900.7800.190.0716582.8856.47
Hex34ECBE4E0137a55338
Octal64354276116023724512370
Binary11010011101100101111101001110010011111101001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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