#34D6C3

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

Shades of Turquoise #34D6C3

Tints of Turquoise #34D6C3

Color information

#34D6C3 (or 0x34D6C3) is unknown color: approx Turquoise. HEX triplet: 34, D6 and C3. RGB value is (52,214,195). Sum of RGB (Red+Green+Blue) = 52+214+195=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #34D6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34D6C3 is #CB293C. Grayscale: #A3A3A3. Windows color (decimal): -13314365 or 12834356. OLE color: 12834356.

HSL color Cylindrical-coordinate representation of color #34D6C3: hue angle of 172.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D6C3 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB52214195-
CMYK0.7600.090.16
HSL172.96º66.39%52.16%-
HSV(B)172.96º75.7%83.92%-
XYZ35.3152.7659.95-
YUV163.4145.8348.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.28%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 195 (76.56% from 255) = 42.30%
R=11.28%
G=46.42%
B=42.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal522141950.7600.090.16172.9666.3952.16
Hex34D6C34C0910ad4234
Octal643263031140112025510264
Binary110100110101101100001110011000100110000101011011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,214,195); }

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

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

 a { background-color: rgb(52,214,195); }

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

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

 span { border-color: rgb(52,214,195); }

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