Html Css Color HEX #4FEAE0 Turquoise

📋 copy color: '#4FEAE0'

red 79 ◦ green 234 ◦ blue 224

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

Shades of Turquoise #4FEAE0

Tints of Turquoise #4FEAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.58%

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 14.71%
G = 43.58%
B = 41.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#4FEAE0 (or 0x4FEAE0) is known color: Turquoise. HEX triplet: 4F, EA and E0. RGB value is (79,234,224). Sum of RGB (Red+Green+Blue) = 79+234+224=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAE0 is #B0151F. Grayscale: #BABABA. Windows color (decimal): -11539744 or 14740047. OLE color: 14740047.

HSL color Cylindrical-coordinate representation of color #4FEAE0: hue angle of 176.13º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEAE0 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 224 -
CMYK 0.66 0 0.04 0.08
HSL 176.13º 0.79% 0.61% -
HSV(B) 176.13º 0.66% 0.92% -
XYZ 46.1 65.89 80.81 -
YUV 186.52 149.15 51.31 -
System Red Green Blue C M Y K H S L
Decimal 79 234 224 0.66 0 0.04 0.08 176.13 0.79 0.61
Hex 4F EA E0 42 0 4 8 B0 4F 3D
Octal 117 352 340 102 0 4 10 260 117 75
Binary 1001111 11101010 11100000 1000010 0 100 1000 10110000 1001111 111101

Color Harmonies of #4FEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAE0

Black with #4FEAE0

Text Example


Text Example

White with #4FEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,234,224); }

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

background-color css

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

 a { background-color: rgb(79,234,224); }

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

border-color css

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

 span { border-color: rgb(79,234,224); }

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