#35E8D7

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

Shades of Turquoise #35E8D7

Tints of Turquoise #35E8D7

Color information

#35E8D7 (or 0x35E8D7) is unknown color: approx Turquoise. HEX triplet: 35, E8 and D7. RGB value is (53,232,215). Sum of RGB (Red+Green+Blue) = 53+232+215=500 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.6% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8D7 is #CA1728. Grayscale: #B0B0B0. Windows color (decimal): -13244201 or 14149685. OLE color: 14149685.

HSL color Cylindrical-coordinate representation of color #35E8D7: hue angle of 174.3º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E8D7 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB53232215-
CMYK0.7700.070.09
HSL174.3º79.56%55.88%-
HSV(B)174.3º77.16%90.98%-
XYZ42.5963.3874.28-
YUV176.54149.739.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.6%
GREEN value IS 232 (91.02% from 255) = 46.4%
BLUE value IS 215 (84.38% from 255) = 43%
R=10.6%
G=46.4%
B=43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532322150.7700.070.09174.379.5655.88
Hex35E8D74D079ae5038
Octal65350327115071125612070
Binary1101011110100011010111100110101111001101011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,232,215); }

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

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

 a { background-color: rgb(53,232,215); }

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

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

 span { border-color: rgb(53,232,215); }

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