Html Css Color HEX #42E2C6 Turquoise

📋 copy color: '#42E2C6'

red 66 ◦ green 226 ◦ blue 198

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

Shades of Turquoise #42E2C6

Tints of Turquoise #42E2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 13.47%
G = 46.12%
B = 40.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#42E2C6 (or 0x42E2C6) is known color: Turquoise. HEX triplet: 42, E2 and C6. RGB value is (66,226,198). Sum of RGB (Red+Green+Blue) = 66+226+198=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #42E2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E2C6 is #BD1D39. Grayscale: #AEAEAE. Windows color (decimal): -12393786 or 13034050. OLE color: 13034050.

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

Color convert

RGB 66 226 198 -
CMYK 0.71 0 0.12 0.11
HSL 169.5º 0.73% 0.57% -
HSV(B) 169.5º 0.71% 0.89% -
XYZ 39.64 59.63 62.85 -
YUV 174.97 140.99 50.28 -
System Red Green Blue C M Y K H S L
Decimal 66 226 198 0.71 0 0.12 0.11 169.5 0.73 0.57
Hex 42 E2 C6 47 0 C B AA 49 39
Octal 102 342 306 107 0 14 13 252 111 71
Binary 1000010 11100010 11000110 1000111 0 1100 1011 10101010 1001001 111001

Color Harmonies of #42E2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E2C6

Black with #42E2C6

Text Example


Text Example

White with #42E2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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