Html Css Color HEX #42D2C1 Medium Turquoise

📋 copy color: '#42D2C1'

red 66 ◦ green 210 ◦ blue 193

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

Shades of Medium Turquoise #42D2C1

Tints of Medium Turquoise #42D2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 14.07%
G = 44.78%
B = 41.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#42D2C1 (or 0x42D2C1) is known color: Medium Turquoise. HEX triplet: 42, D2 and C1. RGB value is (66,210,193). Sum of RGB (Red+Green+Blue) = 66+210+193=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #42D2C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D2C1 is #BD2D3E. Grayscale: #A4A4A4. Windows color (decimal): -12397887 or 12702274. OLE color: 12702274.

HSL color Cylindrical-coordinate representation of color #42D2C1: hue angle of 172.92º 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 #42D2C1 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 193 -
CMYK 0.69 0 0.08 0.18
HSL 172.92º 0.62% 0.54% -
HSV(B) 172.92º 0.69% 0.82% -
XYZ 34.92 51.1 58.48 -
YUV 165.01 143.79 57.38 -
System Red Green Blue C M Y K H S L
Decimal 66 210 193 0.69 0 0.08 0.18 172.92 0.62 0.54
Hex 42 D2 C1 45 0 8 12 AD 3E 36
Octal 102 322 301 105 0 10 22 255 76 66
Binary 1000010 11010010 11000001 1000101 0 1000 10010 10101101 111110 110110

Color Harmonies of #42D2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D2C1

Black with #42D2C1

Text Example


Text Example

White with #42D2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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