#35E6EA

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

Shades of Turquoise #35E6EA

Tints of Turquoise #35E6EA

Color information

#35E6EA (or 0x35E6EA) is unknown color: approx Turquoise. HEX triplet: 35, E6 and EA. RGB value is (53,230,234). Sum of RGB (Red+Green+Blue) = 53+230+234=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #35E6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E6EA is #CA1915. Grayscale: #B1B1B1. Windows color (decimal): -13244694 or 15394357. OLE color: 15394357.

HSL color Cylindrical-coordinate representation of color #35E6EA: hue angle of 181.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6EA is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53230234-
CMYK0.770.0200.08
HSL181.33º81.17%56.27%-
HSV(B)181.33º77.35%91.76%-
XYZ44.6263.2987.71-
YUV177.53159.8639.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.25%
GREEN value IS 230 (90.23% from 255) = 44.49%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=10.25%
G=44.49%
B=45.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532302340.770.0200.08181.3381.1756.27
Hex35E6EA4D208b55138
Octal65346352115201026512170
Binary110101111001101110101010011011001000101101011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,230,234); }

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

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

 a { background-color: rgb(53,230,234); }

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

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

 span { border-color: rgb(53,230,234); }

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