Html Css Color HEX #4FEEBF Turquoise

📋 copy color: '#4FEEBF'

red 79 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #4FEEBF

Tints of Turquoise #4FEEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.85%

 BLUE value IS 191 (75% from 255) = 37.6%

R = 15.55%
G = 46.85%
B = 37.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#4FEEBF (or 0x4FEEBF) is known color: Turquoise. HEX triplet: 4F, EE and BF. RGB value is (79,238,191). Sum of RGB (Red+Green+Blue) = 79+238+191=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEBF is #B01140. Grayscale: #B9B9B9. Windows color (decimal): -11538753 or 12578383. OLE color: 12578383.

HSL color Cylindrical-coordinate representation of color #4FEEBF: hue angle of 162.26º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEEBF is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 238 191 -
CMYK 0.67 0 0.20 0.07
HSL 162.26º 0.82% 0.62% -
HSV(B) 162.26º 0.67% 0.93% -
XYZ 43.2 66.57 59.86 -
YUV 185.1 131.32 52.32 -
System Red Green Blue C M Y K H S L
Decimal 79 238 191 0.67 0 0.20 0.07 162.26 0.82 0.62
Hex 4F EE BF 43 0 14 7 A2 52 3E
Octal 117 356 277 103 0 24 7 242 122 76
Binary 1001111 11101110 10111111 1000011 0 10100 111 10100010 1010010 111110

Color Harmonies of #4FEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEEBF

Black with #4FEEBF

Text Example


Text Example

White with #4FEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,238,191); }

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

background-color css

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

 a { background-color: rgb(79,238,191); }

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

border-color css

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

 span { border-color: rgb(79,238,191); }

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