#B0EEFD

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

Shades of Pale Turquoise #B0EEFD

Tints of Pale Turquoise #B0EEFD

Color information

#B0EEFD (or 0xB0EEFD) is unknown color: approx Pale Turquoise. HEX triplet: B0, EE and FD. RGB value is (176,238,253). Sum of RGB (Red+Green+Blue) = 176+238+253=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 238 (93.36% from 255 or 35.68% 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 #B0EEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEFD is #4F1102. Grayscale: #DDDDDD. Windows color (decimal): -5181699 or 16641712. OLE color: 16641712.

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

Color convert

RGB176238253-
CMYK0.300.0600.01
HSL191.69º95.06%84.12%-
HSV(B)191.69º30.43%99.22%-
XYZ66.2177.47104.39-
YUV221.17145.9695.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.39%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=26.39%
G=35.68%
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
Decimal1762382530.300.0600.01191.6995.0684.12
HexB0EEFD1E601c05f54
Octal26035637536601300137124
Binary10110000111011101111110111110110011100000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEFD; }

 p { color: rgb(176,238,253); }

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

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

 a { background-color: rgb(176,238,253); }

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

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

 span { border-color: rgb(176,238,253); }

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