#35C6D1

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

Shades of Medium Turquoise #35C6D1

Tints of Medium Turquoise #35C6D1

Color information

#35C6D1 (or 0x35C6D1) is unknown color: approx Medium Turquoise. HEX triplet: 35, C6 and D1. RGB value is (53,198,209). Sum of RGB (Red+Green+Blue) = 53+198+209=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #35C6D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C6D1 is #CA392E. Grayscale: #9B9B9B. Windows color (decimal): -13252911 or 13747765. OLE color: 13747765.

HSL color Cylindrical-coordinate representation of color #35C6D1: hue angle of 184.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35C6D1 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB53198209-
CMYK0.750.0500.18
HSL184.23º62.9%51.37%-
HSV(B)184.23º74.64%81.96%-
XYZ33.1745.7567.4-
YUV155.9157.9654.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.52%
GREEN value IS 198 (77.73% from 255) = 43.04%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=11.52%
G=43.04%
B=45.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531982090.750.0500.18184.2362.951.37
Hex35C6D14B5012b83f33
Octal6530632111350222707763
Binary1101011100011011010001100101110101001010111000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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