#35E1E5

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

Shades of Turquoise #35E1E5

Tints of Turquoise #35E1E5

Color information

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

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

Color convert

RGB53225229-
CMYK0.770.0200.10
HSL181.36º77.19%55.29%-
HSV(B)181.36º76.86%89.8%-
XYZ42.5460.2683.52-
YUV174.03159.0241.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532252290.770.0200.10181.3677.1955.29
Hex35E1E54D20Ab54d37
Octal65341345115201226511567
Binary110101111000011110010110011011001010101101011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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