Html Css Color HEX #4FFDB6 Turquoise

📋 copy color: '#4FFDB6'

red 79 ◦ green 253 ◦ blue 182

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

Shades of Turquoise #4FFDB6

Tints of Turquoise #4FFDB6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.22%

 BLUE value IS 182 (71.48% from 255) = 35.41%

R = 15.37%
G = 49.22%
B = 35.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#4FFDB6 (or 0x4FFDB6) is known color: Turquoise. HEX triplet: 4F, FD and B6. RGB value is (79,253,182). Sum of RGB (Red+Green+Blue) = 79+253+182=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDB6 is #B00249. Grayscale: #C0C0C0. Windows color (decimal): -11534922 or 11992399. OLE color: 11992399.

HSL color Cylindrical-coordinate representation of color #4FFDB6: hue angle of 155.52º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDB6 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 253 182 -
CMYK 0.69 0 0.28 0.01
HSL 155.52º 0.98% 0.65% -
HSV(B) 155.52º 0.69% 0.99% -
XYZ 46.79 75.29 56.32 -
YUV 192.88 121.85 46.77 -
System Red Green Blue C M Y K H S L
Decimal 79 253 182 0.69 0 0.28 0.01 155.52 0.98 0.65
Hex 4F FD B6 45 0 1C 1 9C 62 41
Octal 117 375 266 105 0 34 1 234 142 101
Binary 1001111 11111101 10110110 1000101 0 11100 1 10011100 1100010 1000001

Color Harmonies of #4FFDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDB6

Black with #4FFDB6

Text Example


Text Example

White with #4FFDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,253,182); }

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

background-color css

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

 a { background-color: rgb(79,253,182); }

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

border-color css

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

 span { border-color: rgb(79,253,182); }

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