#b5f5fd

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

Shades of Pale Turquoise #B5F5FD

Tints of Pale Turquoise #B5F5FD

Color information

#B5F5FD (or 0xB5F5FD) is unknown color: approx Pale Turquoise. HEX triplet: B5, F5 and FD. RGB value is (181,245,253). Sum of RGB (Red+Green+Blue) = 181+245+253=679 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.66% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F5FD is #4A0A02. Grayscale: #E2E2E2. Windows color (decimal): -4852227 or 16643509. OLE color: 16643509.

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

Color convert

RGB181245253-
CMYK0.280.0300.01
HSL186.67º94.74%85.1%-
HSV(B)186.67º28.46%99.22%-
XYZ69.4482.22105.14-
YUV226.78142.895.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.66%
GREEN value IS 245 (96.09% from 255) = 36.08%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=26.66%
G=36.08%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812452530.280.0300.01186.6794.7485.1
HexB5F5FD1C301bb5f55
Octal26536537534301273137125
Binary1011010111110101111111011110011011011101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5f5fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5f5fd; }

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

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

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

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

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

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

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

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