Html Css Color HEX #4FEFBC Turquoise

📋 copy color: '#4FEFBC'

red 79 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #4FEFBC

Tints of Turquoise #4FEFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 15.61%
G = 47.23%
B = 37.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#4FEFBC (or 0x4FEFBC) is known color: Turquoise. HEX triplet: 4F, EF and BC. RGB value is (79,239,188). Sum of RGB (Red+Green+Blue) = 79+239+188=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFBC is #B01043. Grayscale: #B9B9B9. Windows color (decimal): -11538500 or 12382031. OLE color: 12382031.

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

Color convert

RGB 79 239 188 -
CMYK 0.67 0 0.21 0.06
HSL 160.88º 0.83% 0.62% -
HSV(B) 160.88º 0.67% 0.94% -
XYZ 43.17 67.03 58.24 -
YUV 185.35 129.49 52.15 -
System Red Green Blue C M Y K H S L
Decimal 79 239 188 0.67 0 0.21 0.06 160.88 0.83 0.62
Hex 4F EF BC 43 0 15 6 A1 53 3E
Octal 117 357 274 103 0 25 6 241 123 76
Binary 1001111 11101111 10111100 1000011 0 10101 110 10100001 1010011 111110

Color Harmonies of #4FEFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFBC

Black with #4FEFBC

Text Example


Text Example

White with #4FEFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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