#35BEBF

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

Shades of Medium Turquoise #35BEBF

Tints of Medium Turquoise #35BEBF

Color information

#35BEBF (or 0x35BEBF) is unknown color: approx Medium Turquoise. HEX triplet: 35, BE and BF. RGB value is (53,190,191). Sum of RGB (Red+Green+Blue) = 53+190+191=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #35BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BEBF is #CA4140. Grayscale: #959595. Windows color (decimal): -13254977 or 12566069. OLE color: 12566069.

HSL color Cylindrical-coordinate representation of color #35BEBF: hue angle of 180.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BEBF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53190191-
CMYK0.720.0100.25
HSL180.43º56.56%47.84%-
HSV(B)180.43º72.25%74.9%-
XYZ29.2941.3555.73-
YUV149.15151.6159.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.21%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 191 (75% from 255) = 44.01%
R=12.21%
G=43.78%
B=44.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901910.720.0100.25180.4356.5647.84
Hex35BEBF481019b43930
Octal6527627711010312647160
Binary11010110111110101111111001000101100110110100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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