#4FEBDE

Color #4FEBDE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4FEBDE

Tints of Turquoise #4FEBDE

Color information

#4FEBDE (or 0x4FEBDE) is unknown color: approx Turquoise. HEX triplet: 4F, EB and DE. RGB value is (79,235,222). Sum of RGB (Red+Green+Blue) = 79+235+222=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBDE is #B01421. Grayscale: #BABABA. Windows color (decimal): -11539490 or 14609231. OLE color: 14609231.

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

Color convert

RGB79235222-
CMYK0.6600.060.08
HSL175º79.59%61.57%-
HSV(B)175º66.38%92.16%-
XYZ46.1266.3579.48-
YUV186.87147.8251.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.74%
GREEN value IS 235 (92.19% from 255) = 43.84%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=14.74%
G=43.84%
B=41.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal792352220.6600.060.0817579.5961.57
Hex4FEBDE42068af503e
Octal117353336102061025712076
Binary10011111110101111011110100001001101000101011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,235,222); }

 H1.HeaderClassName
 {
   color: #4FEBDE;
 }
 .AnyTagClassName
 {
   color: #4FEBDE;
 }
</style>
background-color css

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

 a { background-color: rgb(79,235,222); }

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

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

 span { border-color: rgb(79,235,222); }

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