#42BFB6

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

Shades of Medium Turquoise #42BFB6

Tints of Medium Turquoise #42BFB6

Color information

#42BFB6 (or 0x42BFB6) is unknown color: approx Medium Turquoise. HEX triplet: 42, BF and B6. RGB value is (66,191,182). Sum of RGB (Red+Green+Blue) = 66+191+182=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFB6 is #BD4049. Grayscale: #989898. Windows color (decimal): -12402762 or 11976514. OLE color: 11976514.

HSL color Cylindrical-coordinate representation of color #42BFB6: hue angle of 175.68º 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 #42BFB6 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB66191182-
CMYK0.6500.050.25
HSL175.68º49.41%50.39%-
HSV(B)175.68º65.45%74.9%-
XYZ29.3241.850.78-
YUV152.6144.5966.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.03%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 182 (71.48% from 255) = 41.46%
R=15.03%
G=43.51%
B=41.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661911820.6500.050.25175.6849.4150.39
Hex42BFB6410519b03132
Octal10227726610105312606162
Binary10000101011111110110110100000101011100110110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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