#4FE3BD

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

Shades of Turquoise #4FE3BD

Tints of Turquoise #4FE3BD

Color information

#4FE3BD (or 0x4FE3BD) is unknown color: approx Turquoise. HEX triplet: 4F, E3 and BD. RGB value is (79,227,189). Sum of RGB (Red+Green+Blue) = 79+227+189=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #4FE3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE3BD is #B01C42. Grayscale: #B2B2B2. Windows color (decimal): -11541571 or 12444495. OLE color: 12444495.

HSL color Cylindrical-coordinate representation of color #4FE3BD: hue angle of 164.59º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE3BD is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB79227189-
CMYK0.6500.170.11
HSL164.59º72.55%60%-
HSV(B)164.59º65.2%89.02%-
XYZ39.8860.2757.68-
YUV178.42133.9757.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.96%
GREEN value IS 227 (89.06% from 255) = 45.86%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=15.96%
G=45.86%
B=38.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal792271890.6500.170.11164.5972.5560
Hex4FE3BD41011Ba5493c
Octal1173432751010211324511174
Binary1001111111000111011110110000010100011011101001011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,227,189); }

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

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

 a { background-color: rgb(79,227,189); }

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

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

 span { border-color: rgb(79,227,189); }

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