#34e6c9

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

Shades of Turquoise #34E6C9

Tints of Turquoise #34E6C9

Color information

#34E6C9 (or 0x34E6C9) is unknown color: approx Turquoise. HEX triplet: 34, E6 and C9. RGB value is (52,230,201). Sum of RGB (Red+Green+Blue) = 52+230+201=483 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.77% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #34E6C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E6C9 is #CB1936. Grayscale: #ADADAD. Windows color (decimal): -13310263 or 13231668. OLE color: 13231668.

HSL color Cylindrical-coordinate representation of color #34E6C9: hue angle of 170.22º degrees, saturation: 0.78, 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 #34E6C9 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB52230201-
CMYK0.7700.130.10
HSL170.22º78.07%55.29%-
HSV(B)170.22º77.39%90.2%-
XYZ40.2661.5465.02-
YUV173.47143.5341.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.77%
GREEN value IS 230 (90.23% from 255) = 47.62%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=10.77%
G=47.62%
B=41.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal522302010.7700.130.10170.2278.0755.29
Hex34E6C94D0DAaa4e37
Octal643463111150151225211667
Binary11010011100110110010011001101011011010101010101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34e6c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,230,201); }

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

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

 a { background-color: rgb(52,230,201); }

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

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

 span { border-color: rgb(52,230,201); }

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