Html Css Color HEX #42E5B7 Turquoise

📋 copy color: '#42E5B7'

red 66 ◦ green 229 ◦ blue 183

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

Shades of Turquoise #42E5B7

Tints of Turquoise #42E5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 13.81%
G = 47.91%
B = 38.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#42E5B7 (or 0x42E5B7) is known color: Turquoise. HEX triplet: 42, E5 and B7. RGB value is (66,229,183). Sum of RGB (Red+Green+Blue) = 66+229+183=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #42E5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E5B7 is #BD1A48. Grayscale: #AFAFAF. Windows color (decimal): -12393033 or 12051778. OLE color: 12051778.

HSL color Cylindrical-coordinate representation of color #42E5B7: hue angle of 163.07º 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 #42E5B7 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 183 -
CMYK 0.71 0 0.20 0.10
HSL 163.07º 0.76% 0.58% -
HSV(B) 163.07º 0.71% 0.9% -
XYZ 38.81 60.62 54.45 -
YUV 175.02 132.5 50.24 -
System Red Green Blue C M Y K H S L
Decimal 66 229 183 0.71 0 0.20 0.10 163.07 0.76 0.58
Hex 42 E5 B7 47 0 14 A A3 4C 3A
Octal 102 345 267 107 0 24 12 243 114 72
Binary 1000010 11100101 10110111 1000111 0 10100 1010 10100011 1001100 111010

Color Harmonies of #42E5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E5B7

Black with #42E5B7

Text Example


Text Example

White with #42E5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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