#B0FAFD

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

Shades of Pale Turquoise #B0FAFD

Tints of Pale Turquoise #B0FAFD

Color information

#B0FAFD (or 0xB0FAFD) is unknown color: approx Pale Turquoise. HEX triplet: B0, FA and FD. RGB value is (176,250,253). Sum of RGB (Red+Green+Blue) = 176+250+253=679 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.92% from 679); Green value is 250 (98.05% from 255 or 36.82% 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 #B0FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAFD is #4F0502. Grayscale: #E4E4E4. Windows color (decimal): -5178627 or 16644784. OLE color: 16644784.

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

Color convert

RGB176250253-
CMYK0.300.0100.01
HSL182.34º95.06%84.12%-
HSV(B)182.34º30.43%99.22%-
XYZ69.8284.69105.6-
YUV228.22141.9890.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.92%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=25.92%
G=36.82%
B=37.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762502530.300.0100.01182.3495.0684.12
HexB0FAFD1E101b65f54
Octal26037237536101266137124
Binary101100001111101011111101111101011011011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAFD; }

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

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

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

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

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

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

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

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