#42BEBF

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

Shades of Medium Turquoise #42BEBF

Tints of Medium Turquoise #42BEBF

Color information

#42BEBF (or 0x42BEBF) is unknown color: approx Medium Turquoise. HEX triplet: 42, BE and BF. RGB value is (66,190,191). Sum of RGB (Red+Green+Blue) = 66+190+191=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #42BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEBF is #BD4140. Grayscale: #989898. Windows color (decimal): -12403009 or 12566082. OLE color: 12566082.

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

Color convert

RGB66190191-
CMYK0.650.0100.25
HSL180.48º49.41%50.39%-
HSV(B)180.48º65.45%74.9%-
XYZ30.0641.7555.76-
YUV153.04149.4265.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.77%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 191 (75% from 255) = 42.73%
R=14.77%
G=42.51%
B=42.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661901910.650.0100.25180.4849.4150.39
Hex42BEBF411019b43132
Octal10227627710110312646162
Binary100001010111110101111111000001101100110110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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