Html Css Color HEX #42C9B1 Medium Turquoise

📋 copy color: '#42C9B1'

red 66 ◦ green 201 ◦ blue 177

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

Shades of Medium Turquoise #42C9B1

Tints of Medium Turquoise #42C9B1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.27%

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 14.86%
G = 45.27%
B = 39.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#42C9B1 (or 0x42C9B1) is known color: Medium Turquoise. HEX triplet: 42, C9 and B1. RGB value is (66,201,177). Sum of RGB (Red+Green+Blue) = 66+201+177=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #42C9B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C9B1 is #BD364E. Grayscale: #9D9D9D. Windows color (decimal): -12400207 or 11651394. OLE color: 11651394.

HSL color Cylindrical-coordinate representation of color #42C9B1: hue angle of 169.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C9B1 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 177 -
CMYK 0.67 0 0.12 0.21
HSL 169.33º 0.56% 0.52% -
HSV(B) 169.33º 0.67% 0.79% -
XYZ 31.07 46.11 48.86 -
YUV 157.9 138.77 62.45 -
System Red Green Blue C M Y K H S L
Decimal 66 201 177 0.67 0 0.12 0.21 169.33 0.56 0.52
Hex 42 C9 B1 43 0 C 15 A9 38 34
Octal 102 311 261 103 0 14 25 251 70 64
Binary 1000010 11001001 10110001 1000011 0 1100 10101 10101001 111000 110100

Color Harmonies of #42C9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C9B1

Black with #42C9B1

Text Example


Text Example

White with #42C9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,177); }

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

background-color css

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

 a { background-color: rgb(66,201,177); }

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

border-color css

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

 span { border-color: rgb(66,201,177); }

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