#35FABE

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

Shades of Turquoise #35FABE

Tints of Turquoise #35FABE

Color information

#35FABE (or 0x35FABE) is unknown color: approx Turquoise. HEX triplet: 35, FA and BE. RGB value is (53,250,190). Sum of RGB (Red+Green+Blue) = 53+250+190=493 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.75% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #35FABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FABE is #CA0541. Grayscale: #B8B8B8. Windows color (decimal): -13239618 or 12515893. OLE color: 12515893.

HSL color Cylindrical-coordinate representation of color #35FABE: hue angle of 161.73º degrees, saturation: 0.95, 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 #35FABE is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB53250190-
CMYK0.7900.240.02
HSL161.73º95.17%59.41%-
HSV(B)161.73º78.8%98.04%-
XYZ44.9572.8560.41-
YUV184.26131.2334.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.75%
GREEN value IS 250 (98.05% from 255) = 50.71%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=10.75%
G=50.71%
B=38.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532501900.7900.240.02161.7395.1759.41
Hex35FABE4F0182a25f3b
Octal65372276117030224213773
Binary1101011111101010111110100111101100010101000101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,250,190); }

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

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

 a { background-color: rgb(53,250,190); }

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

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

 span { border-color: rgb(53,250,190); }

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