#35FACF

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

Shades of Turquoise #35FACF

Tints of Turquoise #35FACF

Color information

#35FACF (or 0x35FACF) is unknown color: approx Turquoise. HEX triplet: 35, FA and CF. RGB value is (53,250,207). Sum of RGB (Red+Green+Blue) = 53+250+207=510 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.39% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #35FACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FACF is #CA0530. Grayscale: #BABABA. Windows color (decimal): -13239601 or 13630005. OLE color: 13630005.

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

Color convert

RGB53250207-
CMYK0.7900.170.02
HSL166.9º95.17%59.41%-
HSV(B)166.9º78.8%98.04%-
XYZ46.9273.6370.77-
YUV186.2139.7333-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.39%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=10.39%
G=49.02%
B=40.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532502070.7900.170.02166.995.1759.41
Hex35FACF4F0112a75f3b
Octal65372317117021224713773
Binary1101011111101011001111100111101000110101001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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