#B5F8FD

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

Shades of Pale Turquoise #B5F8FD

Tints of Pale Turquoise #B5F8FD

Color information

#B5F8FD (or 0xB5F8FD) is unknown color: approx Pale Turquoise. HEX triplet: B5, F8 and FD. RGB value is (181,248,253). Sum of RGB (Red+Green+Blue) = 181+248+253=682 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.54% from 682); Green value is 248 (97.27% from 255 or 36.36% 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 #B5F8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F8FD is #4A0702. Grayscale: #E4E4E4. Windows color (decimal): -4851459 or 16644277. OLE color: 16644277.

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

Color convert

RGB181248253-
CMYK0.280.0200.01
HSL184.17º94.74%85.1%-
HSV(B)184.17º28.46%99.22%-
XYZ70.3584.05105.44-
YUV228.54141.894.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.54%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=26.54%
G=36.36%
B=37.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812482530.280.0200.01184.1794.7485.1
HexB5F8FD1C201b85f55
Octal26537037534201270137125
Binary1011010111111000111111011110010011011100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8FD; }

 p { color: rgb(181,248,253); }

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

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

 a { background-color: rgb(181,248,253); }

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

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

 span { border-color: rgb(181,248,253); }

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