#34E5C1

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

Shades of Turquoise #34E5C1

Tints of Turquoise #34E5C1

Color information

#34E5C1 (or 0x34E5C1) is unknown color: approx Turquoise. HEX triplet: 34, E5 and C1. RGB value is (52,229,193). Sum of RGB (Red+Green+Blue) = 52+229+193=474 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.97% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #34E5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34E5C1 is #CB1A3E. Grayscale: #ABABAB. Windows color (decimal): -13310527 or 12707124. OLE color: 12707124.

HSL color Cylindrical-coordinate representation of color #34E5C1: hue angle of 167.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E5C1 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB52229193-
CMYK0.7700.160.10
HSL167.8º77.29%55.1%-
HSV(B)167.8º77.29%89.8%-
XYZ39.0660.6260.09-
YUV171.97139.8642.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.97%
GREEN value IS 229 (89.84% from 255) = 48.31%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=10.97%
G=48.31%
B=40.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal522291930.7700.160.10167.877.2955.1
Hex34E5C14D010Aa84d37
Octal643453011150201225011567
Binary110100111001011100000110011010100001010101010001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,229,193); }

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

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

 a { background-color: rgb(52,229,193); }

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

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

 span { border-color: rgb(52,229,193); }

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