Html Css Color HEX #42C1B8 Medium Turquoise

📋 copy color: '#42C1B8'

red 66 ◦ green 193 ◦ blue 184

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

Shades of Medium Turquoise #42C1B8

Tints of Medium Turquoise #42C1B8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 14.9%
G = 43.57%
B = 41.53%

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

#42C1B8 (or 0x42C1B8) is known color: Medium Turquoise. HEX triplet: 42, C1 and B8. RGB value is (66,193,184). Sum of RGB (Red+Green+Blue) = 66+193+184=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #42C1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C1B8 is #BD3E47. Grayscale: #999999. Windows color (decimal): -12402248 or 12108098. OLE color: 12108098.

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

Color convert

RGB 66 193 184 -
CMYK 0.66 0 0.05 0.24
HSL 175.75º 0.51% 0.51% -
HSV(B) 175.75º 0.66% 0.76% -
XYZ 29.97 42.76 52.02 -
YUV 154 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 66 193 184 0.66 0 0.05 0.24 175.75 0.51 0.51
Hex 42 C1 B8 42 0 5 18 B0 33 33
Octal 102 301 270 102 0 5 30 260 63 63
Binary 1000010 11000001 10111000 1000010 0 101 11000 10110000 110011 110011

Color Harmonies of #42C1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C1B8

Black with #42C1B8

Text Example


Text Example

White with #42C1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,193,184); }

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

background-color css

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

 a { background-color: rgb(66,193,184); }

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

border-color css

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

 span { border-color: rgb(66,193,184); }

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