Html Css Color HEX #42ECB5 Turquoise

📋 copy color: '#42ECB5'

red 66 ◦ green 236 ◦ blue 181

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

Shades of Turquoise #42ECB5

Tints of Turquoise #42ECB5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

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

R = 13.66%
G = 48.86%
B = 37.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#42ECB5 (or 0x42ECB5) is known color: Turquoise. HEX triplet: 42, EC and B5. RGB value is (66,236,181). Sum of RGB (Red+Green+Blue) = 66+236+181=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECB5 is #BD134A. Grayscale: #B2B2B2. Windows color (decimal): -12391243 or 11922498. OLE color: 11922498.

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

Color convert

RGB 66 236 181 -
CMYK 0.72 0 0.23 0.07
HSL 160.59º 0.82% 0.59% -
HSV(B) 160.59º 0.72% 0.93% -
XYZ 40.58 64.49 54.02 -
YUV 178.9 129.18 47.47 -
System Red Green Blue C M Y K H S L
Decimal 66 236 181 0.72 0 0.23 0.07 160.59 0.82 0.59
Hex 42 EC B5 48 0 17 7 A1 52 3B
Octal 102 354 265 110 0 27 7 241 122 73
Binary 1000010 11101100 10110101 1001000 0 10111 111 10100001 1010010 111011

Color Harmonies of #42ECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECB5

Black with #42ECB5

Text Example


Text Example

White with #42ECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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