#35FACE

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

Shades of Turquoise #35FACE

Tints of Turquoise #35FACE

Color information

#35FACE (or 0x35FACE) is unknown color: approx Turquoise. HEX triplet: 35, FA and CE. RGB value is (53,250,206). Sum of RGB (Red+Green+Blue) = 53+250+206=509 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.41% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #35FACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FACE is #CA0531. Grayscale: #BABABA. Windows color (decimal): -13239602 or 13564469. OLE color: 13564469.

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

Color convert

RGB53250206-
CMYK0.7900.180.02
HSL166.6º95.17%59.41%-
HSV(B)166.6º78.8%98.04%-
XYZ46.7973.5870.13-
YUV186.08139.2333.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.41%
GREEN value IS 250 (98.05% from 255) = 49.12%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=10.41%
G=49.12%
B=40.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532502060.7900.180.02166.695.1759.41
Hex35FACE4F0122a75f3b
Octal65372316117022224713773
Binary1101011111101011001110100111101001010101001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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