Html Css Color HEX #4FFDE2 Turquoise

📋 copy color: '#4FFDE2'

red 79 ◦ green 253 ◦ blue 226

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

Shades of Turquoise #4FFDE2

Tints of Turquoise #4FFDE2

RGB

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

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

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

R = 14.16%
G = 45.34%
B = 40.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#4FFDE2 (or 0x4FFDE2) is known color: Turquoise. HEX triplet: 4F, FD and E2. RGB value is (79,253,226). Sum of RGB (Red+Green+Blue) = 79+253+226=558 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.16% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDE2 is #B0021D. Grayscale: #C5C5C5. Windows color (decimal): -11534878 or 14875983. OLE color: 14875983.

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

Color convert

RGB 79 253 226 -
CMYK 0.69 0 0.11 0.01
HSL 170.69º 0.98% 0.65% -
HSV(B) 170.69º 0.69% 0.99% -
XYZ 52.08 77.4 84.15 -
YUV 197.9 143.85 43.2 -
System Red Green Blue C M Y K H S L
Decimal 79 253 226 0.69 0 0.11 0.01 170.69 0.98 0.65
Hex 4F FD E2 45 0 B 1 AB 62 41
Octal 117 375 342 105 0 13 1 253 142 101
Binary 1001111 11111101 11100010 1000101 0 1011 1 10101011 1100010 1000001

Color Harmonies of #4FFDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDE2

Black with #4FFDE2

Text Example


Text Example

White with #4FFDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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