Html Css Color HEX #42BDBA Medium Turquoise

📋 copy color: '#42BDBA'

red 66 ◦ green 189 ◦ blue 186

#42BDBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #42BDBA

Tints of Medium Turquoise #42BDBA

RGB

 RED value IS 66 (26.17% from 255) = 14.97%

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 14.97%
G = 42.86%
B = 42.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#42BDBA (or 0x42BDBA) is known color: Medium Turquoise. HEX triplet: 42, BD and BA. RGB value is (66,189,186). Sum of RGB (Red+Green+Blue) = 66+189+186=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #42BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDBA is #BD4245. Grayscale: #979797. Windows color (decimal): -12403270 or 12238146. OLE color: 12238146.

HSL color Cylindrical-coordinate representation of color #42BDBA: hue angle of 178.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BDBA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 189 186 -
CMYK 0.65 0 0.02 0.26
HSL 178.54º 0.48% 0.5% -
HSV(B) 178.54º 0.65% 0.74% -
XYZ 29.31 41.1 52.84 -
YUV 151.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 66 189 186 0.65 0 0.02 0.26 178.54 0.48 0.5
Hex 42 BD BA 41 0 2 1A B3 30 32
Octal 102 275 272 101 0 2 32 263 60 62
Binary 1000010 10111101 10111010 1000001 0 10 11010 10110011 110000 110010

Color Harmonies of #42BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BDBA

Black with #42BDBA

Text Example


Text Example

White with #42BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,189,186); }

 H1.HeaderClassName
 {
   color: #42BDBA;
 }
 .AnyTagClassName
 {
   color: #42BDBA;
 }
</style>

background-color css

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

 a { background-color: rgb(66,189,186); }

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

border-color css

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

 span { border-color: rgb(66,189,186); }

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