#4FCDE8

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

Shades of Turquoise Blue #4FCDE8

Tints of Turquoise Blue #4FCDE8

Color information

#4FCDE8 (or 0x4FCDE8) is unknown color: approx Turquoise Blue. HEX triplet: 4F, CD and E8. RGB value is (79,205,232). Sum of RGB (Red+Green+Blue) = 79+205+232=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #4FCDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCDE8 is #B03217. Grayscale: #AAAAAA. Windows color (decimal): -11547160 or 15256911. OLE color: 15256911.

HSL color Cylindrical-coordinate representation of color #4FCDE8: hue angle of 190.59º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCDE8 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB79205232-
CMYK0.660.1200.09
HSL190.59º76.88%60.98%-
HSV(B)190.59º65.95%90.98%-
XYZ39.6251.1584.13-
YUV170.4162.7662.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.31%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 232 (91.02% from 255) = 44.96%
R=15.31%
G=39.73%
B=44.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal792052320.660.1200.09190.5976.8860.98
Hex4FCDE842C09bf4d3d
Octal1173153501021401127711575
Binary100111111001101111010001000010110001001101111111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,205,232); }

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

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

 a { background-color: rgb(79,205,232); }

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

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

 span { border-color: rgb(79,205,232); }

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