#35E6D1

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

Shades of Turquoise #35E6D1

Tints of Turquoise #35E6D1

Color information

#35E6D1 (or 0x35E6D1) is unknown color: approx Turquoise. HEX triplet: 35, E6 and D1. RGB value is (53,230,209). Sum of RGB (Red+Green+Blue) = 53+230+209=492 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.77% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E6D1 is #CA192E. Grayscale: #AEAEAE. Windows color (decimal): -13244719 or 13755957. OLE color: 13755957.

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

Color convert

RGB53230209-
CMYK0.7700.090.10
HSL172.88º77.97%55.49%-
HSV(B)172.88º76.96%90.2%-
XYZ41.2761.9570.1-
YUV174.68147.3641.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.77%
GREEN value IS 230 (90.23% from 255) = 46.75%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=10.77%
G=46.75%
B=42.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal532302090.7700.090.10172.8877.9755.49
Hex35E6D14D09Aad4e37
Octal653463211150111225511667
Binary11010111100110110100011001101010011010101011011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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