#35E6D0

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

Shades of Turquoise #35E6D0

Tints of Turquoise #35E6D0

Color information

#35E6D0 (or 0x35E6D0) is unknown color: approx Turquoise. HEX triplet: 35, E6 and D0. RGB value is (53,230,208). Sum of RGB (Red+Green+Blue) = 53+230+208=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E6D0 is #CA192F. Grayscale: #AEAEAE. Windows color (decimal): -13244720 or 13690421. OLE color: 13690421.

HSL color Cylindrical-coordinate representation of color #35E6D0: hue angle of 172.54º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6D0 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB53230208-
CMYK0.7700.100.10
HSL172.54º77.97%55.49%-
HSV(B)172.54º76.96%90.2%-
XYZ41.1561.969.45-
YUV174.57146.8641.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.79%
GREEN value IS 230 (90.23% from 255) = 46.84%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=10.79%
G=46.84%
B=42.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532302080.7700.100.10172.5477.9755.49
Hex35E6D04D0AAad4e37
Octal653463201150121225511667
Binary11010111100110110100001001101010101010101011011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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