Html Css Color HEX #4EFFAF Turquoise

📋 copy color: '#4EFFAF'

red 78 ◦ green 255 ◦ blue 175

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

Shades of Turquoise #4EFFAF

Tints of Turquoise #4EFFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 15.35%
G = 50.2%
B = 34.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#4EFFAF (or 0x4EFFAF) is known color: Turquoise. HEX triplet: 4E, FF and AF. RGB value is (78,255,175). Sum of RGB (Red+Green+Blue) = 78+255+175=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFFAF is #B10050. Grayscale: #C1C1C1. Windows color (decimal): -11599953 or 11534158. OLE color: 11534158.

HSL color Cylindrical-coordinate representation of color #4EFFAF: hue angle of 152.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFAF is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 175 -
CMYK 0.69 0 0.31 0
HSL 152.88º 1% 0.65% -
HSV(B) 152.88º 0.69% 1% -
XYZ 46.64 76.23 52.81 -
YUV 192.96 117.86 46 -
System Red Green Blue C M Y K H S L
Decimal 78 255 175 0.69 0 0.31 0 152.88 1 0.65
Hex 4E FF AF 45 0 1F 0 99 64 41
Octal 116 377 257 105 0 37 0 231 144 101
Binary 1001110 11111111 10101111 1000101 0 11111 0 10011001 1100100 1000001

Color Harmonies of #4EFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFAF

Black with #4EFFAF

Text Example


Text Example

White with #4EFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,255,175); }

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

background-color css

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

 a { background-color: rgb(78,255,175); }

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

border-color css

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

 span { border-color: rgb(78,255,175); }

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