Html Css Color HEX #4FFACB Turquoise

📋 copy color: '#4FFACB'

red 79 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #4FFACB

Tints of Turquoise #4FFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 14.85%
G = 46.99%
B = 38.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#4FFACB (or 0x4FFACB) is known color: Turquoise. HEX triplet: 4F, FA and CB. RGB value is (79,250,203). Sum of RGB (Red+Green+Blue) = 79+250+203=532 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.85% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFACB is #B00534. Grayscale: #C1C1C1. Windows color (decimal): -11535669 or 13367887. OLE color: 13367887.

HSL color Cylindrical-coordinate representation of color #4FFACB: hue angle of 163.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFACB is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 250 203 -
CMYK 0.68 0 0.19 0.02
HSL 163.51º 0.94% 0.65% -
HSV(B) 163.51º 0.68% 0.98% -
XYZ 48.19 74.35 68.31 -
YUV 193.51 133.35 46.32 -
System Red Green Blue C M Y K H S L
Decimal 79 250 203 0.68 0 0.19 0.02 163.51 0.94 0.65
Hex 4F FA CB 44 0 13 2 A4 5E 41
Octal 117 372 313 104 0 23 2 244 136 101
Binary 1001111 11111010 11001011 1000100 0 10011 10 10100100 1011110 1000001

Color Harmonies of #4FFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFACB

Black with #4FFACB

Text Example


Text Example

White with #4FFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,250,203); }

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

background-color css

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

 a { background-color: rgb(79,250,203); }

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

border-color css

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

 span { border-color: rgb(79,250,203); }

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