Html Css Color HEX #4FFCB2 Turquoise

📋 copy color: '#4FFCB2'

red 79 ◦ green 252 ◦ blue 178

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

Shades of Turquoise #4FFCB2

Tints of Turquoise #4FFCB2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 15.52%
G = 49.51%
B = 34.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#4FFCB2 (or 0x4FFCB2) is known color: Turquoise. HEX triplet: 4F, FC and B2. RGB value is (79,252,178). Sum of RGB (Red+Green+Blue) = 79+252+178=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFCB2 is #B0034D. Grayscale: #BFBFBF. Windows color (decimal): -11535182 or 11729999. OLE color: 11729999.

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

Color convert

RGB 79 252 178 -
CMYK 0.69 0 0.29 0.01
HSL 154.34º 0.97% 0.65% -
HSV(B) 154.34º 0.69% 0.99% -
XYZ 46.07 74.5 54.07 -
YUV 191.84 120.19 47.52 -
System Red Green Blue C M Y K H S L
Decimal 79 252 178 0.69 0 0.29 0.01 154.34 0.97 0.65
Hex 4F FC B2 45 0 1D 1 9A 61 41
Octal 117 374 262 105 0 35 1 232 141 101
Binary 1001111 11111100 10110010 1000101 0 11101 1 10011010 1100001 1000001

Color Harmonies of #4FFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCB2

Black with #4FFCB2

Text Example


Text Example

White with #4FFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,252,178); }

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

background-color css

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

 a { background-color: rgb(79,252,178); }

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

border-color css

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

 span { border-color: rgb(79,252,178); }

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