#B1EDFD

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

Shades of Pale Turquoise #B1EDFD

Tints of Pale Turquoise #B1EDFD

Color information

#B1EDFD (or 0xB1EDFD) is unknown color: approx Pale Turquoise. HEX triplet: B1, ED and FD. RGB value is (177,237,253). Sum of RGB (Red+Green+Blue) = 177+237+253=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EDFD is #4E1202. Grayscale: #DCDCDC. Windows color (decimal): -5116419 or 16641457. OLE color: 16641457.

HSL color Cylindrical-coordinate representation of color #B1EDFD: hue angle of 192.63º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1EDFD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177237253-
CMYK0.300.0600.01
HSL192.63º95%84.31%-
HSV(B)192.63º30.04%99.22%-
XYZ66.1577.01104.31-
YUV220.88146.1296.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.54%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=26.54%
G=35.53%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772372530.300.0600.01192.639584.31
HexB1EDFD1E601c15f54
Octal26135537536601301137124
Binary10110001111011011111110111110110011100000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDFD; }

 p { color: rgb(177,237,253); }

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

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

 a { background-color: rgb(177,237,253); }

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

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

 span { border-color: rgb(177,237,253); }

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