#35E3D8

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

Shades of Turquoise #35E3D8

Tints of Turquoise #35E3D8

Color information

#35E3D8 (or 0x35E3D8) is unknown color: approx Turquoise. HEX triplet: 35, E3 and D8. RGB value is (53,227,216). Sum of RGB (Red+Green+Blue) = 53+227+216=496 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.69% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E3D8 is #CA1C27. Grayscale: #ADADAD. Windows color (decimal): -13245480 or 14213941. OLE color: 14213941.

HSL color Cylindrical-coordinate representation of color #35E3D8: hue angle of 176.21º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E3D8 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB53227216-
CMYK0.7700.050.11
HSL176.21º75.65%54.9%-
HSV(B)176.21º76.65%89.02%-
XYZ41.3360.6574.49-
YUV173.72151.8541.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.69%
GREEN value IS 227 (89.06% from 255) = 45.77%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=10.69%
G=45.77%
B=43.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532272160.7700.050.11176.2175.6554.9
Hex35E3D84D05Bb04c37
Octal65343330115051326011467
Binary1101011110001111011000100110101011011101100001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,227,216); }

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

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

 a { background-color: rgb(53,227,216); }

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

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

 span { border-color: rgb(53,227,216); }

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