#B0F9FD

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

Shades of Pale Turquoise #B0F9FD

Tints of Pale Turquoise #B0F9FD

Color information

#B0F9FD (or 0xB0F9FD) is unknown color: approx Pale Turquoise. HEX triplet: B0, F9 and FD. RGB value is (176,249,253). Sum of RGB (Red+Green+Blue) = 176+249+253=678 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.96% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0F9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F9FD is #4F0602. Grayscale: #E3E3E3. Windows color (decimal): -5178883 or 16644528. OLE color: 16644528.

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

Color convert

RGB176249253-
CMYK0.300.0200.01
HSL183.12º95.06%84.12%-
HSV(B)183.12º30.43%99.22%-
XYZ69.5184.07105.49-
YUV227.63142.3291.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 25.96%
GREEN value IS 249 (97.66% from 255) = 36.73%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=25.96%
G=36.73%
B=37.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762492530.300.0200.01183.1295.0684.12
HexB0F9FD1E201b75f54
Octal26037137536201267137124
Binary1011000011111001111111011111010011011011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9FD; }

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

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

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

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

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

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

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

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