#35F9B1

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

Shades of Turquoise #35F9B1

Tints of Turquoise #35F9B1

Color information

#35F9B1 (or 0x35F9B1) is unknown color: approx Turquoise. HEX triplet: 35, F9 and B1. RGB value is (53,249,177). Sum of RGB (Red+Green+Blue) = 53+249+177=479 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.06% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #35F9B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F9B1 is #CA064E. Grayscale: #B6B6B6. Windows color (decimal): -13239887 or 11663669. OLE color: 11663669.

HSL color Cylindrical-coordinate representation of color #35F9B1: hue angle of 157.96º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F9B1 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB53249177-
CMYK0.7900.290.02
HSL157.96º94.23%59.22%-
HSV(B)157.96º78.71%97.65%-
XYZ43.2871.6853.15-
YUV182.19125.0735.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.06%
GREEN value IS 249 (97.66% from 255) = 51.98%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=11.06%
G=51.98%
B=36.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532491770.7900.290.02157.9694.2359.22
Hex35F9B14F01D29e5e3b
Octal65371261117035223613673
Binary1101011111100110110001100111101110110100111101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,249,177); }

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

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

 a { background-color: rgb(53,249,177); }

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

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

 span { border-color: rgb(53,249,177); }

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