#35D3C6

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

Shades of Turquoise #35D3C6

Tints of Turquoise #35D3C6

Color information

#35D3C6 (or 0x35D3C6) is unknown color: approx Turquoise. HEX triplet: 35, D3 and C6. RGB value is (53,211,198). Sum of RGB (Red+Green+Blue) = 53+211+198=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #35D3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D3C6 is #CA2C39. Grayscale: #A2A2A2. Windows color (decimal): -13249594 or 13030197. OLE color: 13030197.

HSL color Cylindrical-coordinate representation of color #35D3C6: hue angle of 175.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D3C6 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB53211198-
CMYK0.7500.060.17
HSL175.06º64.23%51.76%-
HSV(B)175.06º74.88%82.75%-
XYZ34.9651.4261.51-
YUV162.28148.1550.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.47%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=11.47%
G=45.67%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532111980.7500.060.17175.0664.2351.76
Hex35D3C64B0611af4034
Octal65323306113062125710064
Binary11010111010011110001101001011011010001101011111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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