#35E8BD

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

Shades of Turquoise #35E8BD

Tints of Turquoise #35E8BD

Color information

#35E8BD (or 0x35E8BD) is unknown color: approx Turquoise. HEX triplet: 35, E8 and BD. RGB value is (53,232,189). Sum of RGB (Red+Green+Blue) = 53+232+189=474 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.18% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8BD is #CA1742. Grayscale: #ADADAD. Windows color (decimal): -13244227 or 12445749. OLE color: 12445749.

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

Color convert

RGB53232189-
CMYK0.7700.190.09
HSL165.59º79.56%55.88%-
HSV(B)165.59º77.16%90.98%-
XYZ39.5162.1458.06-
YUV173.58136.742-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.18%
GREEN value IS 232 (91.02% from 255) = 48.95%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=11.18%
G=48.95%
B=39.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532321890.7700.190.09165.5979.5655.88
Hex35E8BD4D0139a65038
Octal653502751150231124612070
Binary110101111010001011110110011010100111001101001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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