Html Css Color HEX #42FEDC Turquoise

📋 copy color: '#42FEDC'

red 66 ◦ green 254 ◦ blue 220

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

Shades of Turquoise #42FEDC

Tints of Turquoise #42FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.04%

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 12.22%
G = 47.04%
B = 40.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#42FEDC (or 0x42FEDC) is known color: Turquoise. HEX triplet: 42, FE and DC. RGB value is (66,254,220). Sum of RGB (Red+Green+Blue) = 66+254+220=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEDC is #BD0123. Grayscale: #C1C1C1. Windows color (decimal): -12386596 or 14483010. OLE color: 14483010.

HSL color Cylindrical-coordinate representation of color #42FEDC: hue angle of 169.15º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FEDC is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 254 220 -
CMYK 0.74 0 0.13 0.00
HSL 169.15º 0.99% 0.63% -
HSV(B) 169.15º 0.74% 1% -
XYZ 50.61 77.21 79.95 -
YUV 193.91 142.72 36.76 -
System Red Green Blue C M Y K H S L
Decimal 66 254 220 0.74 0 0.13 0.00 169.15 0.99 0.63
Hex 42 FE DC 4A 0 D 0 A9 63 3F
Octal 102 376 334 112 0 15 0 251 143 77
Binary 1000010 11111110 11011100 1001010 0 1101 0 10101001 1100011 111111

Color Harmonies of #42FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FEDC

Black with #42FEDC

Text Example


Text Example

White with #42FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,254,220); }

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

background-color css

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

 a { background-color: rgb(66,254,220); }

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

border-color css

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

 span { border-color: rgb(66,254,220); }

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