Html Css Color HEX #4FEEBB Turquoise

📋 copy color: '#4FEEBB'

red 79 ◦ green 238 ◦ blue 187

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

Shades of Turquoise #4FEEBB

Tints of Turquoise #4FEEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 15.67%
G = 47.22%
B = 37.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#4FEEBB (or 0x4FEEBB) is known color: Turquoise. HEX triplet: 4F, EE and BB. RGB value is (79,238,187). Sum of RGB (Red+Green+Blue) = 79+238+187=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEBB is #B01144. Grayscale: #B8B8B8. Windows color (decimal): -11538757 or 12316239. OLE color: 12316239.

HSL color Cylindrical-coordinate representation of color #4FEEBB: hue angle of 160.75º 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 #4FEEBB is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 238 187 -
CMYK 0.67 0 0.21 0.07
HSL 160.75º 0.82% 0.62% -
HSV(B) 160.75º 0.67% 0.93% -
XYZ 42.77 66.4 57.58 -
YUV 184.65 129.32 52.65 -
System Red Green Blue C M Y K H S L
Decimal 79 238 187 0.67 0 0.21 0.07 160.75 0.82 0.62
Hex 4F EE BB 43 0 15 7 A1 52 3E
Octal 117 356 273 103 0 25 7 241 122 76
Binary 1001111 11101110 10111011 1000011 0 10101 111 10100001 1010010 111110

Color Harmonies of #4FEEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEEBB

Black with #4FEEBB

Text Example


Text Example

White with #4FEEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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