Html Css Color HEX #42C0BA Medium Turquoise

📋 copy color: '#42C0BA'

red 66 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #42C0BA

Tints of Medium Turquoise #42C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

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

R = 14.86%
G = 43.24%
B = 41.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#42C0BA (or 0x42C0BA) is known color: Medium Turquoise. HEX triplet: 42, C0 and BA. RGB value is (66,192,186). Sum of RGB (Red+Green+Blue) = 66+192+186=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #42C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C0BA is #BD3F45. Grayscale: #999999. Windows color (decimal): -12402502 or 12238914. OLE color: 12238914.

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

Color convert

RGB 66 192 186 -
CMYK 0.66 0 0.03 0.25
HSL 177.14º 0.5% 0.51% -
HSV(B) 177.14º 0.66% 0.75% -
XYZ 29.96 42.4 53.06 -
YUV 153.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 66 192 186 0.66 0 0.03 0.25 177.14 0.5 0.51
Hex 42 C0 BA 42 0 3 19 B1 32 33
Octal 102 300 272 102 0 3 31 261 62 63
Binary 1000010 11000000 10111010 1000010 0 11 11001 10110001 110010 110011

Color Harmonies of #42C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C0BA

Black with #42C0BA

Text Example


Text Example

White with #42C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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