#B2FBFD

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

Shades of Pale Turquoise #B2FBFD

Tints of Pale Turquoise #B2FBFD

Color information

#B2FBFD (or 0xB2FBFD) is unknown color: approx Pale Turquoise. HEX triplet: B2, FB and FD. RGB value is (178,251,253). Sum of RGB (Red+Green+Blue) = 178+251+253=682 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.10% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2FBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBFD is #4D0402. Grayscale: #E5E5E5. Windows color (decimal): -5047299 or 16645042. OLE color: 16645042.

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

Color convert

RGB178251253-
CMYK0.300.0100.01
HSL181.6º94.94%84.51%-
HSV(B)181.6º29.64%99.22%-
XYZ70.5985.55105.72-
YUV229.4141.3291.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.10%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=26.10%
G=36.80%
B=37.10%

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
Decimal1782512530.300.0100.01181.694.9484.51
HexB2FBFD1E101b65f55
Octal26237337536101266137125
Binary101100101111101111111101111101011011011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBFD; }

 p { color: rgb(178,251,253); }

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

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

 a { background-color: rgb(178,251,253); }

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

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

 span { border-color: rgb(178,251,253); }

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