#34E7D1

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

Shades of Turquoise #34E7D1

Tints of Turquoise #34E7D1

Color information

#34E7D1 (or 0x34E7D1) is unknown color: approx Turquoise. HEX triplet: 34, E7 and D1. RGB value is (52,231,209). Sum of RGB (Red+Green+Blue) = 52+231+209=492 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.57% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7D1 is #CB182E. Grayscale: #AEAEAE. Windows color (decimal): -13309999 or 13756212. OLE color: 13756212.

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

Color convert

RGB52231209-
CMYK0.7700.100.09
HSL172.63º78.85%55.49%-
HSV(B)172.63º77.49%90.59%-
XYZ41.562.4970.2-
YUV174.97147.240.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.57%
GREEN value IS 231 (90.62% from 255) = 46.95%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=10.57%
G=46.95%
B=42.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522312090.7700.100.09172.6378.8555.49
Hex34E7D14D0A9ad4f37
Octal643473211150121125511767
Binary11010011100111110100011001101010101001101011011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,231,209); }

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

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

 a { background-color: rgb(52,231,209); }

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

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

 span { border-color: rgb(52,231,209); }

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