Html Css Color HEX #42EEB5 Turquoise

📋 copy color: '#42EEB5'

red 66 ◦ green 238 ◦ blue 181

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

Shades of Turquoise #42EEB5

Tints of Turquoise #42EEB5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.07%

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 13.61%
G = 49.07%
B = 37.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#42EEB5 (or 0x42EEB5) is known color: Turquoise. HEX triplet: 42, EE and B5. RGB value is (66,238,181). Sum of RGB (Red+Green+Blue) = 66+238+181=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EEB5 is #BD114A. Grayscale: #B4B4B4. Windows color (decimal): -12390731 or 11923010. OLE color: 11923010.

HSL color Cylindrical-coordinate representation of color #42EEB5: hue angle of 160.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEB5 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 181 -
CMYK 0.72 0 0.24 0.07
HSL 160.12º 0.83% 0.6% -
HSV(B) 160.12º 0.72% 0.93% -
XYZ 41.16 65.64 54.22 -
YUV 180.07 128.52 46.63 -
System Red Green Blue C M Y K H S L
Decimal 66 238 181 0.72 0 0.24 0.07 160.12 0.83 0.6
Hex 42 EE B5 48 0 18 7 A0 53 3C
Octal 102 356 265 110 0 30 7 240 123 74
Binary 1000010 11101110 10110101 1001000 0 11000 111 10100000 1010011 111100

Color Harmonies of #42EEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEB5

Black with #42EEB5

Text Example


Text Example

White with #42EEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,238,181); }

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

background-color css

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

 a { background-color: rgb(66,238,181); }

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

border-color css

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

 span { border-color: rgb(66,238,181); }

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