Html Css Color HEX #42E8B8 Turquoise

📋 copy color: '#42E8B8'

red 66 ◦ green 232 ◦ blue 184

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

Shades of Turquoise #42E8B8

Tints of Turquoise #42E8B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.17%

R = 13.69%
G = 48.13%
B = 38.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#42E8B8 (or 0x42E8B8) is known color: Turquoise. HEX triplet: 42, E8 and B8. RGB value is (66,232,184). Sum of RGB (Red+Green+Blue) = 66+232+184=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8B8 is #BD1747. Grayscale: #B0B0B0. Windows color (decimal): -12392264 or 12118082. OLE color: 12118082.

HSL color Cylindrical-coordinate representation of color #42E8B8: hue angle of 162.65º 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 #42E8B8 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 184 -
CMYK 0.72 0 0.21 0.09
HSL 162.65º 0.78% 0.58% -
HSV(B) 162.65º 0.72% 0.91% -
XYZ 39.76 62.33 55.28 -
YUV 176.89 132 48.9 -
System Red Green Blue C M Y K H S L
Decimal 66 232 184 0.72 0 0.21 0.09 162.65 0.78 0.58
Hex 42 E8 B8 48 0 15 9 A3 4E 3A
Octal 102 350 270 110 0 25 11 243 116 72
Binary 1000010 11101000 10111000 1001000 0 10101 1001 10100011 1001110 111010

Color Harmonies of #42E8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E8B8

Black with #42E8B8

Text Example


Text Example

White with #42E8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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