#4FDFEB

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

Shades of Turquoise Blue #4FDFEB

Tints of Turquoise Blue #4FDFEB

Color information

#4FDFEB (or 0x4FDFEB) is unknown color: approx Turquoise Blue. HEX triplet: 4F, DF and EB. RGB value is (79,223,235). Sum of RGB (Red+Green+Blue) = 79+223+235=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFEB is #B02014. Grayscale: #B5B5B5. Windows color (decimal): -11542549 or 15458127. OLE color: 15458127.

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

Color convert

RGB79223235-
CMYK0.660.0500.08
HSL184.62º79.59%61.57%-
HSV(B)184.62º66.38%92.16%-
XYZ44.6160.4487.91-
YUV181.31158.2955.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.71%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=14.71%
G=41.53%
B=43.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal792232350.660.0500.08184.6279.5961.57
Hex4FDFEB42508b9503e
Octal117337353102501027112076
Binary10011111101111111101011100001010101000101110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FDFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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