#35E1D5

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

Shades of Turquoise #35E1D5

Tints of Turquoise #35E1D5

Color information

#35E1D5 (or 0x35E1D5) is unknown color: approx Turquoise. HEX triplet: 35, E1 and D5. RGB value is (53,225,213). Sum of RGB (Red+Green+Blue) = 53+225+213=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #35E1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E1D5 is #CA1E2A. Grayscale: #ACACAC. Windows color (decimal): -13245995 or 14016821. OLE color: 14016821.

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

Color convert

RGB53225213-
CMYK0.7600.050.12
HSL175.81º74.14%54.51%-
HSV(B)175.81º76.44%88.24%-
XYZ40.459.4172.29-
YUV172.2151.0242.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.79%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=10.79%
G=45.82%
B=43.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal532252130.7600.050.12175.8174.1454.51
Hex35E1D54C05Cb04a37
Octal65341325114051426011267
Binary1101011110000111010101100110001011100101100001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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