Html Css Color HEX #42D8C2 Medium Turquoise

📋 copy color: '#42D8C2'

red 66 ◦ green 216 ◦ blue 194

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

Shades of Medium Turquoise #42D8C2

Tints of Medium Turquoise #42D8C2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 13.87%
G = 45.38%
B = 40.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#42D8C2 (or 0x42D8C2) is known color: Medium Turquoise. HEX triplet: 42, D8 and C2. RGB value is (66,216,194). Sum of RGB (Red+Green+Blue) = 66+216+194=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8C2 is #BD273D. Grayscale: #A8A8A8. Windows color (decimal): -12396350 or 12769346. OLE color: 12769346.

HSL color Cylindrical-coordinate representation of color #42D8C2: hue angle of 171.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D8C2 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 194 -
CMYK 0.69 0 0.10 0.15
HSL 171.2º 0.66% 0.55% -
HSV(B) 171.2º 0.69% 0.85% -
XYZ 36.54 54.17 59.57 -
YUV 168.64 142.31 54.79 -
System Red Green Blue C M Y K H S L
Decimal 66 216 194 0.69 0 0.10 0.15 171.2 0.66 0.55
Hex 42 D8 C2 45 0 A F AB 42 37
Octal 102 330 302 105 0 12 17 253 102 67
Binary 1000010 11011000 11000010 1000101 0 1010 1111 10101011 1000010 110111

Color Harmonies of #42D8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D8C2

Black with #42D8C2

Text Example


Text Example

White with #42D8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,194); }

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

background-color css

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

 a { background-color: rgb(66,216,194); }

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

border-color css

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

 span { border-color: rgb(66,216,194); }

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