Html Css Color HEX #42C3BA Medium Turquoise

📋 copy color: '#42C3BA'

red 66 ◦ green 195 ◦ blue 186

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

Shades of Medium Turquoise #42C3BA

Tints of Medium Turquoise #42C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

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

R = 14.77%
G = 43.62%
B = 41.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#42C3BA (or 0x42C3BA) is known color: Medium Turquoise. HEX triplet: 42, C3 and BA. RGB value is (66,195,186). Sum of RGB (Red+Green+Blue) = 66+195+186=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #42C3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C3BA is #BD3C45. Grayscale: #9B9B9B. Windows color (decimal): -12401734 or 12239682. OLE color: 12239682.

HSL color Cylindrical-coordinate representation of color #42C3BA: hue angle of 175.81º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C3BA is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 186 -
CMYK 0.66 0 0.05 0.24
HSL 175.81º 0.52% 0.51% -
HSV(B) 175.81º 0.66% 0.76% -
XYZ 30.62 43.73 53.28 -
YUV 155.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 66 195 186 0.66 0 0.05 0.24 175.81 0.52 0.51
Hex 42 C3 BA 42 0 5 18 B0 34 33
Octal 102 303 272 102 0 5 30 260 64 63
Binary 1000010 11000011 10111010 1000010 0 101 11000 10110000 110100 110011

Color Harmonies of #42C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C3BA

Black with #42C3BA

Text Example


Text Example

White with #42C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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