#4FEAEB

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

Shades of Turquoise #4FEAEB

Tints of Turquoise #4FEAEB

Color information

#4FEAEB (or 0x4FEAEB) is unknown color: approx Turquoise. HEX triplet: 4F, EA and EB. RGB value is (79,234,235). Sum of RGB (Red+Green+Blue) = 79+234+235=548 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.42% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FEAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAEB is #B01514. Grayscale: #BBBBBB. Windows color (decimal): -11539733 or 15460943. OLE color: 15460943.

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

Color convert

RGB79234235-
CMYK0.660.0000.08
HSL180.38º79.59%61.57%-
HSV(B)180.38º66.38%92.16%-
XYZ47.6466.5188.92-
YUV187.77154.6550.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.42%
GREEN value IS 234 (91.80% from 255) = 42.70%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=14.42%
G=42.70%
B=42.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal792342350.660.0000.08180.3879.5961.57
Hex4FEAEB42008b4503e
Octal117352353102001026412076
Binary100111111101010111010111000010001000101101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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