#B8F5FD

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

Shades of Pale Turquoise #B8F5FD

Tints of Pale Turquoise #B8F5FD

Color information

#B8F5FD (or 0xB8F5FD) is unknown color: approx Pale Turquoise. HEX triplet: B8, F5 and FD. RGB value is (184,245,253). Sum of RGB (Red+Green+Blue) = 184+245+253=682 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.98% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F5FD is #470A02. Grayscale: #E3E3E3. Windows color (decimal): -4655619 or 16643512. OLE color: 16643512.

HSL color Cylindrical-coordinate representation of color #B8F5FD: hue angle of 186.96º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8F5FD is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184245253-
CMYK0.270.0300.01
HSL186.96º94.52%85.69%-
HSV(B)186.96º27.27%99.22%-
XYZ70.1582.59105.17-
YUV227.67142.2996.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.98%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=26.98%
G=35.92%
B=37.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842452530.270.0300.01186.9694.5285.69
HexB8F5FD1B301bb5f56
Octal27036537533301273137126
Binary1011100011110101111111011101111011011101110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F5FD; }

 p { color: rgb(184,245,253); }

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

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

 a { background-color: rgb(184,245,253); }

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

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

 span { border-color: rgb(184,245,253); }

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