#35D6C6

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

Shades of Turquoise #35D6C6

Tints of Turquoise #35D6C6

Color information

#35D6C6 (or 0x35D6C6) is unknown color: approx Turquoise. HEX triplet: 35, D6 and C6. RGB value is (53,214,198). Sum of RGB (Red+Green+Blue) = 53+214+198=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #35D6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D6C6 is #CA2939. Grayscale: #A3A3A3. Windows color (decimal): -13248826 or 13030965. OLE color: 13030965.

HSL color Cylindrical-coordinate representation of color #35D6C6: hue angle of 174.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D6C6 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB53214198-
CMYK0.7500.070.16
HSL174.04º66.26%52.35%-
HSV(B)174.04º75.23%83.92%-
XYZ35.7152.9361.76-
YUV164.04147.1648.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.40%
GREEN value IS 214 (83.98% from 255) = 46.02%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=11.40%
G=46.02%
B=42.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532141980.7500.070.16174.0466.2652.35
Hex35D6C64B0710ae4234
Octal65326306113072025610264
Binary11010111010110110001101001011011110000101011101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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