Html Css Color HEX #42FEBE Turquoise

📋 copy color: '#42FEBE'

red 66 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #42FEBE

Tints of Turquoise #42FEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 12.94%
G = 49.8%
B = 37.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#42FEBE (or 0x42FEBE) is known color: Turquoise. HEX triplet: 42, FE and BE. RGB value is (66,254,190). Sum of RGB (Red+Green+Blue) = 66+254+190=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEBE is #BD0141. Grayscale: #BEBEBE. Windows color (decimal): -12386626 or 12516930. OLE color: 12516930.

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

Color convert

RGB 66 254 190 -
CMYK 0.74 0 0.25 0.00
HSL 159.57º 0.99% 0.63% -
HSV(B) 159.57º 0.74% 1% -
XYZ 46.98 75.76 60.86 -
YUV 190.49 127.72 39.2 -
System Red Green Blue C M Y K H S L
Decimal 66 254 190 0.74 0 0.25 0.00 159.57 0.99 0.63
Hex 42 FE BE 4A 0 19 0 A0 63 3F
Octal 102 376 276 112 0 31 0 240 143 77
Binary 1000010 11111110 10111110 1001010 0 11001 0 10100000 1100011 111111

Color Harmonies of #42FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FEBE

Black with #42FEBE

Text Example


Text Example

White with #42FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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