#B2FDFF

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

Shades of Pale Turquoise #B2FDFF

Tints of Pale Turquoise #B2FDFF

Color information

#B2FDFF (or 0xB2FDFF) is unknown color: approx Pale Turquoise. HEX triplet: B2, FD and FF. RGB value is (178,253,255). Sum of RGB (Red+Green+Blue) = 178+253+255=686 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.95% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDFF is #4D0200. Grayscale: #E6E6E6. Windows color (decimal): -5046785 or 16776626. OLE color: 16776626.

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

Color convert

RGB178253255-
CMYK0.300.0100
HSL181.56º100%84.9%-
HSV(B)181.56º30.2%100%-
XYZ71.5486.94107.62-
YUV230.8141.6590.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 25.95%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 255 (100% from 255) = 37.17%
R=25.95%
G=36.88%
B=37.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782532550.300.0100181.5610084.9
HexB2FDFF1E100b66455
Octal26237537736100266144125
Binary101100101111110111111111111101001011011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FDFF; }

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

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

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

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

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

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

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

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