#B5F4FD

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

Shades of Pale Turquoise #B5F4FD

Tints of Pale Turquoise #B5F4FD

Color information

#B5F4FD (or 0xB5F4FD) is unknown color: approx Pale Turquoise. HEX triplet: B5, F4 and FD. RGB value is (181,244,253). Sum of RGB (Red+Green+Blue) = 181+244+253=678 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.70% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5F4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F4FD is #4A0B02. Grayscale: #E2E2E2. Windows color (decimal): -4852483 or 16643253. OLE color: 16643253.

HSL color Cylindrical-coordinate representation of color #B5F4FD: hue angle of 187.5º 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 #B5F4FD is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181244253-
CMYK0.280.0400.01
HSL187.5º94.74%85.1%-
HSV(B)187.5º28.46%99.22%-
XYZ69.1481.62105.04-
YUV226.19143.1395.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.70%
GREEN value IS 244 (95.70% from 255) = 35.99%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=26.70%
G=35.99%
B=37.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812442530.280.0400.01187.594.7485.1
HexB5F4FD1C401bc5f55
Octal26536437534401274137125
Binary10110101111101001111110111100100011011110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F4FD; }

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

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

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

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

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

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

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

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