#34E7D3

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

Shades of Turquoise #34E7D3

Tints of Turquoise #34E7D3

Color information

#34E7D3 (or 0x34E7D3) is unknown color: approx Turquoise. HEX triplet: 34, E7 and D3. RGB value is (52,231,211). Sum of RGB (Red+Green+Blue) = 52+231+211=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7D3 is #CB182C. Grayscale: #AFAFAF. Windows color (decimal): -13309997 or 13887284. OLE color: 13887284.

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

Color convert

RGB52231211-
CMYK0.7700.090.09
HSL173.3º78.85%55.49%-
HSV(B)173.3º77.49%90.59%-
XYZ41.7562.5971.51-
YUV175.2148.240.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.53%
GREEN value IS 231 (90.62% from 255) = 46.76%
BLUE value IS 211 (82.81% from 255) = 42.71%
R=10.53%
G=46.76%
B=42.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522312110.7700.090.09173.378.8555.49
Hex34E7D34D099ad4f37
Octal643473231150111125511767
Binary11010011100111110100111001101010011001101011011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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