#34E7C7

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

Shades of Turquoise #34E7C7

Tints of Turquoise #34E7C7

Color information

#34E7C7 (or 0x34E7C7) is unknown color: approx Turquoise. HEX triplet: 34, E7 and C7. RGB value is (52,231,199). Sum of RGB (Red+Green+Blue) = 52+231+199=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #34E7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34E7C7 is #CB1838. Grayscale: #ADADAD. Windows color (decimal): -13310009 or 13100852. OLE color: 13100852.

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

Color convert

RGB52231199-
CMYK0.7700.140.09
HSL169.27º78.85%55.49%-
HSV(B)169.27º77.49%90.59%-
XYZ40.362.0163.88-
YUV173.83142.241.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.79%
GREEN value IS 231 (90.62% from 255) = 47.93%
BLUE value IS 199 (78.12% from 255) = 41.29%
R=10.79%
G=47.93%
B=41.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522311990.7700.140.09169.2778.8555.49
Hex34E7C74D0E9a94f37
Octal643473071150161125111767
Binary11010011100111110001111001101011101001101010011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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