Html Css Color HEX #42D2BA Medium Turquoise

📋 copy color: '#42D2BA'

red 66 ◦ green 210 ◦ blue 186

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

Shades of Medium Turquoise #42D2BA

Tints of Medium Turquoise #42D2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 14.29%
G = 45.45%
B = 40.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#42D2BA (or 0x42D2BA) is known color: Medium Turquoise. HEX triplet: 42, D2 and BA. RGB value is (66,210,186). Sum of RGB (Red+Green+Blue) = 66+210+186=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #42D2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D2BA is #BD2D45. Grayscale: #A4A4A4. Windows color (decimal): -12397894 or 12243522. OLE color: 12243522.

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

Color convert

RGB 66 210 186 -
CMYK 0.69 0 0.11 0.18
HSL 170º 0.62% 0.54% -
HSV(B) 170º 0.69% 0.82% -
XYZ 34.16 50.8 54.46 -
YUV 164.21 140.29 57.95 -
System Red Green Blue C M Y K H S L
Decimal 66 210 186 0.69 0 0.11 0.18 170 0.62 0.54
Hex 42 D2 BA 45 0 B 12 AA 3E 36
Octal 102 322 272 105 0 13 22 252 76 66
Binary 1000010 11010010 10111010 1000101 0 1011 10010 10101010 111110 110110

Color Harmonies of #42D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D2BA

Black with #42D2BA

Text Example


Text Example

White with #42D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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