Html Css Color HEX #42C3BB Medium Turquoise

📋 copy color: '#42C3BB'

red 66 ◦ green 195 ◦ blue 187

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

Shades of Medium Turquoise #42C3BB

Tints of Medium Turquoise #42C3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 14.73%
G = 43.53%
B = 41.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#42C3BB (or 0x42C3BB) is known color: Medium Turquoise. HEX triplet: 42, C3 and BB. RGB value is (66,195,187). Sum of RGB (Red+Green+Blue) = 66+195+187=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #42C3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C3BB is #BD3C44. Grayscale: #9B9B9B. Windows color (decimal): -12401733 or 12305218. OLE color: 12305218.

HSL color Cylindrical-coordinate representation of color #42C3BB: hue angle of 176.28º 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 #42C3BB is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 187 -
CMYK 0.66 0 0.04 0.24
HSL 176.28º 0.52% 0.51% -
HSV(B) 176.28º 0.66% 0.76% -
XYZ 30.73 43.78 53.84 -
YUV 155.52 145.76 64.15 -
System Red Green Blue C M Y K H S L
Decimal 66 195 187 0.66 0 0.04 0.24 176.28 0.52 0.51
Hex 42 C3 BB 42 0 4 18 B0 34 33
Octal 102 303 273 102 0 4 30 260 64 63
Binary 1000010 11000011 10111011 1000010 0 100 11000 10110000 110100 110011

Color Harmonies of #42C3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C3BB

Black with #42C3BB

Text Example


Text Example

White with #42C3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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