#35BEC1

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

Shades of Medium Turquoise #35BEC1

Tints of Medium Turquoise #35BEC1

Color information

#35BEC1 (or 0x35BEC1) is unknown color: approx Medium Turquoise. HEX triplet: 35, BE and C1. RGB value is (53,190,193). Sum of RGB (Red+Green+Blue) = 53+190+193=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #35BEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BEC1 is #CA413E. Grayscale: #959595. Windows color (decimal): -13254975 or 12697141. OLE color: 12697141.

HSL color Cylindrical-coordinate representation of color #35BEC1: hue angle of 181.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BEC1 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53190193-
CMYK0.730.0200.24
HSL181.29º56.91%48.24%-
HSV(B)181.29º72.54%75.69%-
XYZ29.5141.4356.89-
YUV149.38152.6159.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.16%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=12.16%
G=43.58%
B=44.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531901930.730.0200.24181.2956.9148.24
Hex35BEC1492018b53930
Octal6527630111120302657160
Binary110101101111101100000110010011001100010110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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