#5ED7FB

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

Shades of Turquoise Blue #5ED7FB

Tints of Turquoise Blue #5ED7FB

Color information

#5ED7FB (or 0x5ED7FB) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D7 and FB. RGB value is (94,215,251). Sum of RGB (Red+Green+Blue) = 94+215+251=560 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.79% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ED7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED7FB is #A12804. Grayscale: #B6B6B6. Windows color (decimal): -10561541 or 16504670. OLE color: 16504670.

HSL color Cylindrical-coordinate representation of color #5ED7FB: hue angle of 193.76º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ED7FB is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94215251-
CMYK0.630.1400.02
HSL193.76º95.15%67.65%-
HSV(B)193.76º62.55%98.43%-
XYZ46.3357.95100.01-
YUV182.92166.4164.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.79%
GREEN value IS 215 (84.38% from 255) = 38.39%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=16.79%
G=38.39%
B=44.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942152510.630.1400.02193.7695.1567.65
Hex5ED7FB3FE02c25f44
Octal136327373771602302137104
Binary1011110110101111111101111111111100101100001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ED7FB; }

 p { color: rgb(94,215,251); }

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

<style>
 a { background-color: #5ED7FB; }

 a { background-color: rgb(94,215,251); }

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

<style>
 span { border-color: #5ED7FB; }

 span { border-color: rgb(94,215,251); }

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