Html Css Color HEX #42EFBE Turquoise

📋 copy color: '#42EFBE'

red 66 ◦ green 239 ◦ blue 190

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

Shades of Turquoise #42EFBE

Tints of Turquoise #42EFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.28%

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

R = 13.33%
G = 48.28%
B = 38.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#42EFBE (or 0x42EFBE) is known color: Turquoise. HEX triplet: 42, EF and BE. RGB value is (66,239,190). Sum of RGB (Red+Green+Blue) = 66+239+190=495 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.33% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFBE is #BD1041. Grayscale: #B5B5B5. Windows color (decimal): -12390466 or 12513090. OLE color: 12513090.

HSL color Cylindrical-coordinate representation of color #42EFBE: hue angle of 163.01º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFBE is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 190 -
CMYK 0.72 0 0.21 0.06
HSL 163.01º 0.84% 0.6% -
HSV(B) 163.01º 0.72% 0.94% -
XYZ 42.41 66.61 59.34 -
YUV 181.69 132.69 45.48 -
System Red Green Blue C M Y K H S L
Decimal 66 239 190 0.72 0 0.21 0.06 163.01 0.84 0.6
Hex 42 EF BE 48 0 15 6 A3 54 3C
Octal 102 357 276 110 0 25 6 243 124 74
Binary 1000010 11101111 10111110 1001000 0 10101 110 10100011 1010100 111100

Color Harmonies of #42EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFBE

Black with #42EFBE

Text Example


Text Example

White with #42EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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