#35FBEC

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

Shades of Turquoise #35FBEC

Tints of Turquoise #35FBEC

Color information

#35FBEC (or 0x35FBEC) is unknown color: approx Turquoise. HEX triplet: 35, FB and EC. RGB value is (53,251,236). Sum of RGB (Red+Green+Blue) = 53+251+236=540 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.81% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #35FBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FBEC is #CA0413. Grayscale: #BDBDBD. Windows color (decimal): -13239316 or 15530805. OLE color: 15530805.

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

Color convert

RGB53251236-
CMYK0.7900.060.02
HSL175.45º96.12%59.61%-
HSV(B)175.45º78.88%98.43%-
XYZ51.1175.8191.3-
YUV190.09153.930.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.81%
GREEN value IS 251 (98.44% from 255) = 46.48%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=9.81%
G=46.48%
B=43.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532512360.7900.060.02175.4596.1259.61
Hex35FBEC4F062af603c
Octal6537335411706225714074
Binary11010111111011111011001001111011010101011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,251,236); }

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

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

 a { background-color: rgb(53,251,236); }

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

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

 span { border-color: rgb(53,251,236); }

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