Html Css Color HEX #42D8BA Medium Turquoise

📋 copy color: '#42D8BA'

red 66 ◦ green 216 ◦ blue 186

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

Shades of Medium Turquoise #42D8BA

Tints of Medium Turquoise #42D8BA

RGB

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

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

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

R = 14.1%
G = 46.15%
B = 39.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#42D8BA (or 0x42D8BA) is known color: Medium Turquoise. HEX triplet: 42, D8 and BA. RGB value is (66,216,186). Sum of RGB (Red+Green+Blue) = 66+216+186=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8BA is #BD2745. Grayscale: #A7A7A7. Windows color (decimal): -12396358 or 12245058. OLE color: 12245058.

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

Color convert

RGB 66 216 186 -
CMYK 0.69 0 0.14 0.15
HSL 168º 0.66% 0.55% -
HSV(B) 168º 0.69% 0.85% -
XYZ 35.67 53.82 54.96 -
YUV 167.73 138.31 55.44 -
System Red Green Blue C M Y K H S L
Decimal 66 216 186 0.69 0 0.14 0.15 168 0.66 0.55
Hex 42 D8 BA 45 0 E F A8 42 37
Octal 102 330 272 105 0 16 17 250 102 67
Binary 1000010 11011000 10111010 1000101 0 1110 1111 10101000 1000010 110111

Color Harmonies of #42D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D8BA

Black with #42D8BA

Text Example


Text Example

White with #42D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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