Html Css Color HEX #4FEDE2 Turquoise

📋 copy color: '#4FEDE2'

red 79 ◦ green 237 ◦ blue 226

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

Shades of Turquoise #4FEDE2

Tints of Turquoise #4FEDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.73%

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

R = 14.58%
G = 43.73%
B = 41.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#4FEDE2 (or 0x4FEDE2) is known color: Turquoise. HEX triplet: 4F, ED and E2. RGB value is (79,237,226). Sum of RGB (Red+Green+Blue) = 79+237+226=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDE2 is #B0121D. Grayscale: #BCBCBC. Windows color (decimal): -11538974 or 14871887. OLE color: 14871887.

HSL color Cylindrical-coordinate representation of color #4FEDE2: hue angle of 175.82º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDE2 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 237 226 -
CMYK 0.67 0 0.05 0.07
HSL 175.82º 0.81% 0.62% -
HSV(B) 175.82º 0.67% 0.93% -
XYZ 47.24 67.72 82.53 -
YUV 188.5 149.15 49.89 -
System Red Green Blue C M Y K H S L
Decimal 79 237 226 0.67 0 0.05 0.07 175.82 0.81 0.62
Hex 4F ED E2 43 0 5 7 B0 51 3E
Octal 117 355 342 103 0 5 7 260 121 76
Binary 1001111 11101101 11100010 1000011 0 101 111 10110000 1010001 111110

Color Harmonies of #4FEDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEDE2

Black with #4FEDE2

Text Example


Text Example

White with #4FEDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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