#35E8DE

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

Shades of Turquoise #35E8DE

Tints of Turquoise #35E8DE

Color information

#35E8DE (or 0x35E8DE) is unknown color: approx Turquoise. HEX triplet: 35, E8 and DE. RGB value is (53,232,222). Sum of RGB (Red+Green+Blue) = 53+232+222=507 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.45% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8DE is #CA1721. Grayscale: #B1B1B1. Windows color (decimal): -13244194 or 14608437. OLE color: 14608437.

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

Color convert

RGB53232222-
CMYK0.7700.040.09
HSL176.65º79.56%55.88%-
HSV(B)176.65º77.16%90.98%-
XYZ43.5163.7479.12-
YUV177.34153.239.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.45%
GREEN value IS 232 (91.02% from 255) = 45.76%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=10.45%
G=45.76%
B=43.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532322220.7700.040.09176.6579.5655.88
Hex35E8DE4D049b15038
Octal65350336115041126112070
Binary1101011110100011011110100110101001001101100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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