Html Css Color HEX #42D2B9 Medium Turquoise

📋 copy color: '#42D2B9'

red 66 ◦ green 210 ◦ blue 185

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

Shades of Medium Turquoise #42D2B9

Tints of Medium Turquoise #42D2B9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 14.32%
G = 45.55%
B = 40.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#42D2B9 (or 0x42D2B9) is known color: Medium Turquoise. HEX triplet: 42, D2 and B9. RGB value is (66,210,185). Sum of RGB (Red+Green+Blue) = 66+210+185=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #42D2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D2B9 is #BD2D46. Grayscale: #A4A4A4. Windows color (decimal): -12397895 or 12177986. OLE color: 12177986.

HSL color Cylindrical-coordinate representation of color #42D2B9: hue angle of 169.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D2B9 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 185 -
CMYK 0.69 0 0.12 0.18
HSL 169.58º 0.62% 0.54% -
HSV(B) 169.58º 0.69% 0.82% -
XYZ 34.05 50.75 53.9 -
YUV 164.09 139.79 58.03 -
System Red Green Blue C M Y K H S L
Decimal 66 210 185 0.69 0 0.12 0.18 169.58 0.62 0.54
Hex 42 D2 B9 45 0 C 12 AA 3E 36
Octal 102 322 271 105 0 14 22 252 76 66
Binary 1000010 11010010 10111001 1000101 0 1100 10010 10101010 111110 110110

Color Harmonies of #42D2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D2B9

Black with #42D2B9

Text Example


Text Example

White with #42D2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,210,185); }

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

background-color css

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

 a { background-color: rgb(66,210,185); }

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

border-color css

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

 span { border-color: rgb(66,210,185); }

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