Html Css Color HEX #4FE6BD Turquoise

📋 copy color: '#4FE6BD'

red 79 ◦ green 230 ◦ blue 189

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

Shades of Turquoise #4FE6BD

Tints of Turquoise #4FE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.18%

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 15.86%
G = 46.18%
B = 37.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#4FE6BD (or 0x4FE6BD) is known color: Turquoise. HEX triplet: 4F, E6 and BD. RGB value is (79,230,189). Sum of RGB (Red+Green+Blue) = 79+230+189=498 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.86% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #4FE6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE6BD is #B01942. Grayscale: #B4B4B4. Windows color (decimal): -11540803 or 12445263. OLE color: 12445263.

HSL color Cylindrical-coordinate representation of color #4FE6BD: hue angle of 163.71º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE6BD is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 79 230 189 -
CMYK 0.66 0 0.18 0.10
HSL 163.71º 0.75% 0.61% -
HSV(B) 163.71º 0.66% 0.9% -
XYZ 40.71 61.93 57.95 -
YUV 180.18 132.97 55.83 -
System Red Green Blue C M Y K H S L
Decimal 79 230 189 0.66 0 0.18 0.10 163.71 0.75 0.61
Hex 4F E6 BD 42 0 12 A A4 4B 3D
Octal 117 346 275 102 0 22 12 244 113 75
Binary 1001111 11100110 10111101 1000010 0 10010 1010 10100100 1001011 111101

Color Harmonies of #4FE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE6BD

Black with #4FE6BD

Text Example


Text Example

White with #4FE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,230,189); }

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

background-color css

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

 a { background-color: rgb(79,230,189); }

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

border-color css

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

 span { border-color: rgb(79,230,189); }

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