#35E7C6

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

Shades of Turquoise #35E7C6

Tints of Turquoise #35E7C6

Color information

#35E7C6 (or 0x35E7C6) is unknown color: approx Turquoise. HEX triplet: 35, E7 and C6. RGB value is (53,231,198). Sum of RGB (Red+Green+Blue) = 53+231+198=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #35E7C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E7C6 is #CA1839. Grayscale: #ADADAD. Windows color (decimal): -13244474 or 13035317. OLE color: 13035317.

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

Color convert

RGB53231198-
CMYK0.7700.140.09
HSL168.88º78.76%55.69%-
HSV(B)168.88º77.06%90.59%-
XYZ40.2461.9963.27-
YUV174.02141.5341.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.00%
GREEN value IS 231 (90.62% from 255) = 47.93%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=11.00%
G=47.93%
B=41.08%

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
Decimal532311980.7700.140.09168.8878.7655.69
Hex35E7C64D0E9a94f38
Octal653473061150161125111770
Binary11010111100111110001101001101011101001101010011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35E7C6; }

 p { color: rgb(53,231,198); }

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

<style>
 a { background-color: #35E7C6; }

 a { background-color: rgb(53,231,198); }

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

<style>
 span { border-color: #35E7C6; }

 span { border-color: rgb(53,231,198); }

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