Html Css Color HEX #4FEACE Turquoise

📋 copy color: '#4FEACE'

red 79 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #4FEACE

Tints of Turquoise #4FEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 15.22%
G = 45.09%
B = 39.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#4FEACE (or 0x4FEACE) is known color: Turquoise. HEX triplet: 4F, EA and CE. RGB value is (79,234,206). Sum of RGB (Red+Green+Blue) = 79+234+206=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEACE is #B01531. Grayscale: #B8B8B8. Windows color (decimal): -11539762 or 13560399. OLE color: 13560399.

HSL color Cylindrical-coordinate representation of color #4FEACE: hue angle of 169.16º 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 #4FEACE is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 206 -
CMYK 0.66 0 0.12 0.08
HSL 169.16º 0.79% 0.61% -
HSV(B) 169.16º 0.66% 0.92% -
XYZ 43.79 64.96 68.62 -
YUV 184.46 140.15 52.78 -
System Red Green Blue C M Y K H S L
Decimal 79 234 206 0.66 0 0.12 0.08 169.16 0.79 0.61
Hex 4F EA CE 42 0 C 8 A9 4F 3D
Octal 117 352 316 102 0 14 10 251 117 75
Binary 1001111 11101010 11001110 1000010 0 1100 1000 10101001 1001111 111101

Color Harmonies of #4FEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEACE

Black with #4FEACE

Text Example


Text Example

White with #4FEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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