Html Css Color HEX #4FFCE2 Turquoise

📋 copy color: '#4FFCE2'

red 79 ◦ green 252 ◦ blue 226

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

Shades of Turquoise #4FFCE2

Tints of Turquoise #4FFCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.57%

R = 14.18%
G = 45.24%
B = 40.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#4FFCE2 (or 0x4FFCE2) is known color: Turquoise. HEX triplet: 4F, FC and E2. RGB value is (79,252,226). Sum of RGB (Red+Green+Blue) = 79+252+226=557 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.18% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCE2 is #B0031D. Grayscale: #C5C5C5. Windows color (decimal): -11535134 or 14875727. OLE color: 14875727.

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

Color convert

RGB 79 252 226 -
CMYK 0.69 0 0.10 0.01
HSL 170.98º 0.97% 0.65% -
HSV(B) 170.98º 0.69% 0.99% -
XYZ 51.76 76.77 84.04 -
YUV 197.31 144.19 43.61 -
System Red Green Blue C M Y K H S L
Decimal 79 252 226 0.69 0 0.10 0.01 170.98 0.97 0.65
Hex 4F FC E2 45 0 A 1 AB 61 41
Octal 117 374 342 105 0 12 1 253 141 101
Binary 1001111 11111100 11100010 1000101 0 1010 1 10101011 1100001 1000001

Color Harmonies of #4FFCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCE2

Black with #4FFCE2

Text Example


Text Example

White with #4FFCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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