Html Css Color HEX #42EFB0 Turquoise

📋 copy color: '#42EFB0'

red 66 ◦ green 239 ◦ blue 176

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

Shades of Turquoise #42EFB0

Tints of Turquoise #42EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 13.72%
G = 49.69%
B = 36.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#42EFB0 (or 0x42EFB0) is known color: Turquoise. HEX triplet: 42, EF and B0. RGB value is (66,239,176). Sum of RGB (Red+Green+Blue) = 66+239+176=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EFB0 is #BD104F. Grayscale: #B4B4B4. Windows color (decimal): -12390480 or 11595586. OLE color: 11595586.

HSL color Cylindrical-coordinate representation of color #42EFB0: hue angle of 158.15º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFB0 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 176 -
CMYK 0.72 0 0.26 0.06
HSL 158.15º 0.84% 0.6% -
HSV(B) 158.15º 0.72% 0.94% -
XYZ 40.95 66.03 51.66 -
YUV 180.09 125.69 46.62 -
System Red Green Blue C M Y K H S L
Decimal 66 239 176 0.72 0 0.26 0.06 158.15 0.84 0.6
Hex 42 EF B0 48 0 1A 6 9E 54 3C
Octal 102 357 260 110 0 32 6 236 124 74
Binary 1000010 11101111 10110000 1001000 0 11010 110 10011110 1010100 111100

Color Harmonies of #42EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFB0

Black with #42EFB0

Text Example


Text Example

White with #42EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,239,176); }

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

background-color css

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

 a { background-color: rgb(66,239,176); }

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

border-color css

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

 span { border-color: rgb(66,239,176); }

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