Html Css Color HEX #42E2B9 Turquoise

📋 copy color: '#42E2B9'

red 66 ◦ green 226 ◦ blue 185

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

Shades of Turquoise #42E2B9

Tints of Turquoise #42E2B9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.38%

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 13.84%
G = 47.38%
B = 38.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#42E2B9 (or 0x42E2B9) is known color: Turquoise. HEX triplet: 42, E2 and B9. RGB value is (66,226,185). Sum of RGB (Red+Green+Blue) = 66+226+185=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #42E2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E2B9 is #BD1D46. Grayscale: #ADADAD. Windows color (decimal): -12393799 or 12182082. OLE color: 12182082.

HSL color Cylindrical-coordinate representation of color #42E2B9: hue angle of 164.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E2B9 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 226 185 -
CMYK 0.71 0 0.18 0.11
HSL 164.63º 0.73% 0.57% -
HSV(B) 164.63º 0.71% 0.89% -
XYZ 38.2 59.05 55.28 -
YUV 173.49 134.49 51.33 -
System Red Green Blue C M Y K H S L
Decimal 66 226 185 0.71 0 0.18 0.11 164.63 0.73 0.57
Hex 42 E2 B9 47 0 12 B A5 49 39
Octal 102 342 271 107 0 22 13 245 111 71
Binary 1000010 11100010 10111001 1000111 0 10010 1011 10100101 1001001 111001

Color Harmonies of #42E2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E2B9

Black with #42E2B9

Text Example


Text Example

White with #42E2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,226,185); }

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

background-color css

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

 a { background-color: rgb(66,226,185); }

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

border-color css

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

 span { border-color: rgb(66,226,185); }

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