Html Css Color HEX #4FEBBE Turquoise

📋 copy color: '#4FEBBE'

red 79 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #4FEBBE

Tints of Turquoise #4FEBBE

RGB

 RED value IS 79 (31.25% from 255) = 15.67%

 GREEN value IS 235 (92.19% from 255) = 46.63%

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

R = 15.67%
G = 46.63%
B = 37.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#4FEBBE (or 0x4FEBBE) is known color: Turquoise. HEX triplet: 4F, EB and BE. RGB value is (79,235,190). Sum of RGB (Red+Green+Blue) = 79+235+190=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBBE is #B01441. Grayscale: #B7B7B7. Windows color (decimal): -11539522 or 12512079. OLE color: 12512079.

HSL color Cylindrical-coordinate representation of color #4FEBBE: hue angle of 162.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBBE is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 235 190 -
CMYK 0.66 0 0.19 0.08
HSL 162.69º 0.8% 0.62% -
HSV(B) 162.69º 0.66% 0.92% -
XYZ 42.23 64.8 59 -
YUV 183.23 131.82 53.66 -
System Red Green Blue C M Y K H S L
Decimal 79 235 190 0.66 0 0.19 0.08 162.69 0.8 0.62
Hex 4F EB BE 42 0 13 8 A3 50 3E
Octal 117 353 276 102 0 23 10 243 120 76
Binary 1001111 11101011 10111110 1000010 0 10011 1000 10100011 1010000 111110

Color Harmonies of #4FEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBBE

Black with #4FEBBE

Text Example


Text Example

White with #4FEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,235,190); }

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

background-color css

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

 a { background-color: rgb(79,235,190); }

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

border-color css

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

 span { border-color: rgb(79,235,190); }

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