Html Css Color HEX #4FFDC5 Turquoise

📋 copy color: '#4FFDC5'

red 79 ◦ green 253 ◦ blue 197

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

Shades of Turquoise #4FFDC5

Tints of Turquoise #4FFDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 14.93%
G = 47.83%
B = 37.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#4FFDC5 (or 0x4FFDC5) is known color: Turquoise. HEX triplet: 4F, FD and C5. RGB value is (79,253,197). Sum of RGB (Red+Green+Blue) = 79+253+197=529 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.93% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDC5 is #B0023A. Grayscale: #C2C2C2. Windows color (decimal): -11534907 or 12975439. OLE color: 12975439.

HSL color Cylindrical-coordinate representation of color #4FFDC5: hue angle of 160.69º 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 #4FFDC5 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 253 197 -
CMYK 0.69 0 0.22 0.01
HSL 160.69º 0.98% 0.65% -
HSV(B) 160.69º 0.69% 0.99% -
XYZ 48.43 75.94 64.93 -
YUV 194.59 129.35 45.55 -
System Red Green Blue C M Y K H S L
Decimal 79 253 197 0.69 0 0.22 0.01 160.69 0.98 0.65
Hex 4F FD C5 45 0 16 1 A1 62 41
Octal 117 375 305 105 0 26 1 241 142 101
Binary 1001111 11111101 11000101 1000101 0 10110 1 10100001 1100010 1000001

Color Harmonies of #4FFDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDC5

Black with #4FFDC5

Text Example


Text Example

White with #4FFDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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