#35E9D1

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

Shades of Turquoise #35E9D1

Tints of Turquoise #35E9D1

Color information

#35E9D1 (or 0x35E9D1) is unknown color: approx Turquoise. HEX triplet: 35, E9 and D1. RGB value is (53,233,209). Sum of RGB (Red+Green+Blue) = 53+233+209=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #35E9D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E9D1 is #CA162E. Grayscale: #B0B0B0. Windows color (decimal): -13243951 or 13756725. OLE color: 13756725.

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

Color convert

RGB53233209-
CMYK0.7700.100.09
HSL172º80.36%56.08%-
HSV(B)172º77.25%91.37%-
XYZ42.1263.6470.39-
YUV176.44146.3739.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.71%
GREEN value IS 233 (91.41% from 255) = 47.07%
BLUE value IS 209 (82.03% from 255) = 42.22%
R=10.71%
G=47.07%
B=42.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532332090.7700.100.0917280.3656.08
Hex35E9D14D0A9ac5038
Octal653513211150121125412070
Binary11010111101001110100011001101010101001101011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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