#B0EDFE

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

Shades of Pale Turquoise #B0EDFE

Tints of Pale Turquoise #B0EDFE

Color information

#B0EDFE (or 0xB0EDFE) is unknown color: approx Pale Turquoise. HEX triplet: B0, ED and FE. RGB value is (176,237,254). Sum of RGB (Red+Green+Blue) = 176+237+254=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0EDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDFE is #4F1201. Grayscale: #DCDCDC. Windows color (decimal): -5181954 or 16706992. OLE color: 16706992.

HSL color Cylindrical-coordinate representation of color #B0EDFE: hue angle of 193.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0EDFE is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176237254-
CMYK0.310.0700.00
HSL193.08º97.5%84.31%-
HSV(B)193.08º30.71%99.61%-
XYZ66.0876.95105.14-
YUV220.7146.7996.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.39%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=26.39%
G=35.53%
B=38.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762372540.310.0700.00193.0897.584.31
HexB0EDFE1F700c16254
Octal26035537637700301142124
Binary10110000111011011111111011111111001100000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDFE; }

 p { color: rgb(176,237,254); }

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

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

 a { background-color: rgb(176,237,254); }

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

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

 span { border-color: rgb(176,237,254); }

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