#35E3DE

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

Shades of Turquoise #35E3DE

Tints of Turquoise #35E3DE

Color information

#35E3DE (or 0x35E3DE) is unknown color: approx Turquoise. HEX triplet: 35, E3 and DE. RGB value is (53,227,222). Sum of RGB (Red+Green+Blue) = 53+227+222=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E3DE is #CA1C21. Grayscale: #AEAEAE. Windows color (decimal): -13245474 or 14607157. OLE color: 14607157.

HSL color Cylindrical-coordinate representation of color #35E3DE: hue angle of 178.28º 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 #35E3DE is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB53227222-
CMYK0.7700.020.11
HSL178.28º75.65%54.9%-
HSV(B)178.28º76.65%89.02%-
XYZ42.1260.9778.66-
YUV174.4154.8541.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.56%
GREEN value IS 227 (89.06% from 255) = 45.22%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=10.56%
G=45.22%
B=44.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532272220.7700.020.11178.2875.6554.9
Hex35E3DE4D02Bb24c37
Octal65343336115021326211467
Binary110101111000111101111010011010101011101100101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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