#34E9D2

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

Shades of Turquoise #34E9D2

Tints of Turquoise #34E9D2

Color information

#34E9D2 (or 0x34E9D2) is unknown color: approx Turquoise. HEX triplet: 34, E9 and D2. RGB value is (52,233,210). Sum of RGB (Red+Green+Blue) = 52+233+210=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #34E9D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E9D2 is #CB162D. Grayscale: #B0B0B0. Windows color (decimal): -13309486 or 13822260. OLE color: 13822260.

HSL color Cylindrical-coordinate representation of color #34E9D2: hue angle of 172.38º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E9D2 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB52233210-
CMYK0.7800.100.09
HSL172.38º80.44%55.88%-
HSV(B)172.38º77.68%91.37%-
XYZ42.1963.6671.04-
YUV176.26147.0339.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.51%
GREEN value IS 233 (91.41% from 255) = 47.07%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=10.51%
G=47.07%
B=42.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522332100.7800.100.09172.3880.4455.88
Hex34E9D24E0A9ac5038
Octal643513221160121125412070
Binary11010011101001110100101001110010101001101011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,233,210); }

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

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

 a { background-color: rgb(52,233,210); }

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

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

 span { border-color: rgb(52,233,210); }

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