#35BEC3

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

Shades of Medium Turquoise #35BEC3

Tints of Medium Turquoise #35BEC3

Color information

#35BEC3 (or 0x35BEC3) is unknown color: approx Medium Turquoise. HEX triplet: 35, BE and C3. RGB value is (53,190,195). Sum of RGB (Red+Green+Blue) = 53+190+195=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #35BEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BEC3 is #CA413C. Grayscale: #959595. Windows color (decimal): -13254973 or 12828213. OLE color: 12828213.

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

Color convert

RGB53190195-
CMYK0.730.0300.24
HSL182.11º57.26%48.63%-
HSV(B)182.11º72.82%76.47%-
XYZ29.7341.5258.08-
YUV149.61153.6159.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 195 (76.56% from 255) = 44.52%
R=12.10%
G=43.38%
B=44.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531901950.730.0300.24182.1157.2648.63
Hex35BEC3493018b63931
Octal6527630311130302667161
Binary110101101111101100001110010011101100010110110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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