Html Css Color HEX #4EF2B7 Turquoise

📋 copy color: '#4EF2B7'

red 78 ◦ green 242 ◦ blue 183

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

Shades of Turquoise #4EF2B7

Tints of Turquoise #4EF2B7

RGB

 RED value IS 78 (30.86% from 255) = 15.51%

 GREEN value IS 242 (94.92% from 255) = 48.11%

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 15.51%
G = 48.11%
B = 36.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#4EF2B7 (or 0x4EF2B7) is known color: Turquoise. HEX triplet: 4E, F2 and B7. RGB value is (78,242,183). Sum of RGB (Red+Green+Blue) = 78+242+183=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF2B7 is #B10D48. Grayscale: #BABABA. Windows color (decimal): -11603273 or 12055118. OLE color: 12055118.

HSL color Cylindrical-coordinate representation of color #4EF2B7: hue angle of 158.41º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF2B7 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 242 183 -
CMYK 0.68 0 0.24 0.05
HSL 158.41º 0.86% 0.63% -
HSV(B) 158.41º 0.68% 0.95% -
XYZ 43.44 68.54 55.74 -
YUV 186.24 126.17 50.8 -
System Red Green Blue C M Y K H S L
Decimal 78 242 183 0.68 0 0.24 0.05 158.41 0.86 0.63
Hex 4E F2 B7 44 0 18 5 9E 56 3F
Octal 116 362 267 104 0 30 5 236 126 77
Binary 1001110 11110010 10110111 1000100 0 11000 101 10011110 1010110 111111

Color Harmonies of #4EF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF2B7

Black with #4EF2B7

Text Example


Text Example

White with #4EF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EF2B7; }

 p { color: rgb(78,242,183); }

 H1.HeaderClassName
 {
   color: #4EF2B7;
 }
 .AnyTagClassName
 {
   color: #4EF2B7;
 }
</style>

background-color css

<style>
 a { background-color: #4EF2B7; }

 a { background-color: rgb(78,242,183); }

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

border-color css

<style>
 span { border-color: #4EF2B7; }

 span { border-color: rgb(78,242,183); }

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