#35E5E1

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

Shades of Turquoise #35E5E1

Tints of Turquoise #35E5E1

Color information

#35E5E1 (or 0x35E5E1) is unknown color: approx Turquoise. HEX triplet: 35, E5 and E1. RGB value is (53,229,225). Sum of RGB (Red+Green+Blue) = 53+229+225=507 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.45% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #35E5E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E5E1 is #CA1A1E. Grayscale: #AFAFAF. Windows color (decimal): -13244959 or 14804277. OLE color: 14804277.

HSL color Cylindrical-coordinate representation of color #35E5E1: hue angle of 178.64º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E5E1 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB53229225-
CMYK0.7700.020.10
HSL178.64º77.19%55.29%-
HSV(B)178.64º76.86%89.8%-
XYZ43.0862.2380.98-
YUV175.92155.6940.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.45%
GREEN value IS 229 (89.84% from 255) = 45.17%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=10.45%
G=45.17%
B=44.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532292250.7700.020.10178.6477.1955.29
Hex35E5E14D02Ab34d37
Octal65345341115021226311567
Binary110101111001011110000110011010101010101100111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,229,225); }

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

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

 a { background-color: rgb(53,229,225); }

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

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

 span { border-color: rgb(53,229,225); }

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