#34E2BC

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

Shades of Turquoise #34E2BC

Tints of Turquoise #34E2BC

Color information

#34E2BC (or 0x34E2BC) is unknown color: approx Turquoise. HEX triplet: 34, E2 and BC. RGB value is (52,226,188). Sum of RGB (Red+Green+Blue) = 52+226+188=466 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.16% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #34E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E2BC is #CB1D43. Grayscale: #A9A9A9. Windows color (decimal): -13311300 or 12378676. OLE color: 12378676.

HSL color Cylindrical-coordinate representation of color #34E2BC: hue angle of 166.9º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E2BC is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB52226188-
CMYK0.7700.170.11
HSL166.9º75%54.51%-
HSV(B)166.9º76.99%88.63%-
XYZ37.6958.7556.93-
YUV169.64138.3544.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.16%
GREEN value IS 226 (88.67% from 255) = 48.50%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=11.16%
G=48.50%
B=40.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522261880.7700.170.11166.97554.51
Hex34E2BC4D011Ba74b37
Octal643422741150211324711367
Binary110100111000101011110010011010100011011101001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,226,188); }

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

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

 a { background-color: rgb(52,226,188); }

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

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

 span { border-color: rgb(52,226,188); }

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