Html Css Color HEX #42E8BA Turquoise

📋 copy color: '#42E8BA'

red 66 ◦ green 232 ◦ blue 186

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

Shades of Turquoise #42E8BA

Tints of Turquoise #42E8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.93%

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

R = 13.64%
G = 47.93%
B = 38.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#42E8BA (or 0x42E8BA) is known color: Turquoise. HEX triplet: 42, E8 and BA. RGB value is (66,232,186). Sum of RGB (Red+Green+Blue) = 66+232+186=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8BA is #BD1745. Grayscale: #B1B1B1. Windows color (decimal): -12392262 or 12249154. OLE color: 12249154.

HSL color Cylindrical-coordinate representation of color #42E8BA: hue angle of 163.37º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8BA is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 186 -
CMYK 0.72 0 0.20 0.09
HSL 163.37º 0.78% 0.58% -
HSV(B) 163.37º 0.72% 0.91% -
XYZ 39.97 62.42 56.4 -
YUV 177.12 133 48.74 -
System Red Green Blue C M Y K H S L
Decimal 66 232 186 0.72 0 0.20 0.09 163.37 0.78 0.58
Hex 42 E8 BA 48 0 14 9 A3 4E 3A
Octal 102 350 272 110 0 24 11 243 116 72
Binary 1000010 11101000 10111010 1001000 0 10100 1001 10100011 1001110 111010

Color Harmonies of #42E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E8BA

Black with #42E8BA

Text Example


Text Example

White with #42E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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