Html Css Color HEX #42FEE2 Turquoise

📋 copy color: '#42FEE2'

red 66 ◦ green 254 ◦ blue 226

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

Shades of Turquoise #42FEE2

Tints of Turquoise #42FEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.39%

R = 12.09%
G = 46.52%
B = 41.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#42FEE2 (or 0x42FEE2) is known color: Turquoise. HEX triplet: 42, FE and E2. RGB value is (66,254,226). Sum of RGB (Red+Green+Blue) = 66+254+226=546 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.09% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEE2 is #BD011D. Grayscale: #C2C2C2. Windows color (decimal): -12386590 or 14876226. OLE color: 14876226.

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

Color convert

RGB 66 254 226 -
CMYK 0.74 0 0.11 0.00
HSL 171.06º 0.99% 0.63% -
HSV(B) 171.06º 0.74% 1% -
XYZ 51.42 77.53 84.21 -
YUV 194.6 145.72 36.28 -
System Red Green Blue C M Y K H S L
Decimal 66 254 226 0.74 0 0.11 0.00 171.06 0.99 0.63
Hex 42 FE E2 4A 0 B 0 AB 63 3F
Octal 102 376 342 112 0 13 0 253 143 77
Binary 1000010 11111110 11100010 1001010 0 1011 0 10101011 1100011 111111

Color Harmonies of #42FEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FEE2

Black with #42FEE2

Text Example


Text Example

White with #42FEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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