#B5F1FD

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

Shades of Pale Turquoise #B5F1FD

Tints of Pale Turquoise #B5F1FD

Color information

#B5F1FD (or 0xB5F1FD) is unknown color: approx Pale Turquoise. HEX triplet: B5, F1 and FD. RGB value is (181,241,253). Sum of RGB (Red+Green+Blue) = 181+241+253=675 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.81% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F1FD is #4A0E02. Grayscale: #E0E0E0. Windows color (decimal): -4853251 or 16642485. OLE color: 16642485.

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

Color convert

RGB181241253-
CMYK0.280.0500.01
HSL190º94.74%85.1%-
HSV(B)190º28.46%99.22%-
XYZ68.2479.83104.74-
YUV224.43144.1297.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.81%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=26.81%
G=35.70%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812412530.280.0500.0119094.7485.1
HexB5F1FD1C501be5f55
Octal26536137534501276137125
Binary10110101111100011111110111100101011011111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1FD; }

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

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

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

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

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

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

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

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