Html Css Color HEX #4FEFBB Turquoise

📋 copy color: '#4FEFBB'

red 79 ◦ green 239 ◦ blue 187

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

Shades of Turquoise #4FEFBB

Tints of Turquoise #4FEFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

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

R = 15.64%
G = 47.33%
B = 37.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#4FEFBB (or 0x4FEFBB) is known color: Turquoise. HEX triplet: 4F, EF and BB. RGB value is (79,239,187). Sum of RGB (Red+Green+Blue) = 79+239+187=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFBB is #B01044. Grayscale: #B9B9B9. Windows color (decimal): -11538501 or 12316495. OLE color: 12316495.

HSL color Cylindrical-coordinate representation of color #4FEFBB: hue angle of 160.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFBB is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 239 187 -
CMYK 0.67 0 0.22 0.06
HSL 160.5º 0.83% 0.62% -
HSV(B) 160.5º 0.67% 0.94% -
XYZ 43.06 66.98 57.67 -
YUV 185.23 128.99 52.23 -
System Red Green Blue C M Y K H S L
Decimal 79 239 187 0.67 0 0.22 0.06 160.5 0.83 0.62
Hex 4F EF BB 43 0 16 6 A0 53 3E
Octal 117 357 273 103 0 26 6 240 123 76
Binary 1001111 11101111 10111011 1000011 0 10110 110 10100000 1010011 111110

Color Harmonies of #4FEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFBB

Black with #4FEFBB

Text Example


Text Example

White with #4FEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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