Html Css Color HEX #42E5BA Turquoise

📋 copy color: '#42E5BA'

red 66 ◦ green 229 ◦ blue 186

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

Shades of Turquoise #42E5BA

Tints of Turquoise #42E5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.61%

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

R = 13.72%
G = 47.61%
B = 38.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#42E5BA (or 0x42E5BA) is known color: Turquoise. HEX triplet: 42, E5 and BA. RGB value is (66,229,186). Sum of RGB (Red+Green+Blue) = 66+229+186=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #42E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E5BA is #BD1A45. Grayscale: #AFAFAF. Windows color (decimal): -12393030 or 12248386. OLE color: 12248386.

HSL color Cylindrical-coordinate representation of color #42E5BA: hue angle of 164.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E5BA is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 186 -
CMYK 0.71 0 0.19 0.10
HSL 164.17º 0.76% 0.58% -
HSV(B) 164.17º 0.71% 0.9% -
XYZ 39.13 60.74 56.12 -
YUV 175.36 134 50 -
System Red Green Blue C M Y K H S L
Decimal 66 229 186 0.71 0 0.19 0.10 164.17 0.76 0.58
Hex 42 E5 BA 47 0 13 A A4 4C 3A
Octal 102 345 272 107 0 23 12 244 114 72
Binary 1000010 11100101 10111010 1000111 0 10011 1010 10100100 1001100 111010

Color Harmonies of #42E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E5BA

Black with #42E5BA

Text Example


Text Example

White with #42E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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