#35E8E0

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

Shades of Turquoise #35E8E0

Tints of Turquoise #35E8E0

Color information

#35E8E0 (or 0x35E8E0) is unknown color: approx Turquoise. HEX triplet: 35, E8 and E0. RGB value is (53,232,224). Sum of RGB (Red+Green+Blue) = 53+232+224=509 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.41% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8E0 is #CA171F. Grayscale: #B1B1B1. Windows color (decimal): -13244192 or 14739509. OLE color: 14739509.

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

Color convert

RGB53232224-
CMYK0.7700.030.09
HSL177.32º79.56%55.88%-
HSV(B)177.32º77.16%90.98%-
XYZ43.7863.8580.54-
YUV177.57154.239.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.41%
GREEN value IS 232 (91.02% from 255) = 45.58%
BLUE value IS 224 (87.89% from 255) = 44.01%
R=10.41%
G=45.58%
B=44.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532322240.7700.030.09177.3279.5655.88
Hex35E8E04D039b15038
Octal65350340115031126112070
Binary110101111010001110000010011010111001101100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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