#4FD5E6

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

Shades of Turquoise Blue #4FD5E6

Tints of Turquoise Blue #4FD5E6

Color information

#4FD5E6 (or 0x4FD5E6) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D5 and E6. RGB value is (79,213,230). Sum of RGB (Red+Green+Blue) = 79+213+230=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #4FD5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD5E6 is #B02A19. Grayscale: #AEAEAE. Windows color (decimal): -11545114 or 15127887. OLE color: 15127887.

HSL color Cylindrical-coordinate representation of color #4FD5E6: hue angle of 186.75º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FD5E6 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB79213230-
CMYK0.660.0700.10
HSL186.75º75.12%60.59%-
HSV(B)186.75º65.65%90.2%-
XYZ41.354.9683.3-
YUV174.87159.1159.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.13%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 230 (90.23% from 255) = 44.06%
R=15.13%
G=40.80%
B=44.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal792132300.660.0700.10186.7575.1260.59
Hex4FD5E64270Abb4b3d
Octal117325346102701227311375
Binary10011111101010111100110100001011101010101110111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,213,230); }

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

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

 a { background-color: rgb(79,213,230); }

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

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

 span { border-color: rgb(79,213,230); }

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