#34E8D7

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

Shades of Turquoise #34E8D7

Tints of Turquoise #34E8D7

Color information

#34E8D7 (or 0x34E8D7) is unknown color: approx Turquoise. HEX triplet: 34, E8 and D7. RGB value is (52,232,215). Sum of RGB (Red+Green+Blue) = 52+232+215=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #34E8D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E8D7 is #CB1728. Grayscale: #B0B0B0. Windows color (decimal): -13309737 or 14149684. OLE color: 14149684.

HSL color Cylindrical-coordinate representation of color #34E8D7: hue angle of 174.33º 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 #34E8D7 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB52232215-
CMYK0.7800.070.09
HSL174.33º79.65%55.69%-
HSV(B)174.33º77.59%90.98%-
XYZ42.5463.3574.28-
YUV176.24149.8739.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.42%
GREEN value IS 232 (91.02% from 255) = 46.49%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=10.42%
G=46.49%
B=43.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522322150.7800.070.09174.3379.6555.69
Hex34E8D74E079ae5038
Octal64350327116071125612070
Binary1101001110100011010111100111001111001101011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,232,215); }

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

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

 a { background-color: rgb(52,232,215); }

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

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

 span { border-color: rgb(52,232,215); }

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