#B2FDFE

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

Shades of Pale Turquoise #B2FDFE

Tints of Pale Turquoise #B2FDFE

Color information

#B2FDFE (or 0xB2FDFE) is unknown color: approx Pale Turquoise. HEX triplet: B2, FD and FE. RGB value is (178,253,254). Sum of RGB (Red+Green+Blue) = 178+253+254=685 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.99% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDFE is #4D0201. Grayscale: #E6E6E6. Windows color (decimal): -5046786 or 16711090. OLE color: 16711090.

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

Color convert

RGB178253254-
CMYK0.300.0000.00
HSL180.79º97.44%84.71%-
HSV(B)180.79º29.92%99.61%-
XYZ71.3786.87106.77-
YUV230.69141.1590.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 25.99%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=25.99%
G=36.93%
B=37.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782532540.300.0000.00180.7997.4484.71
HexB2FDFE1E000b56155
Octal26237537636000265141125
Binary101100101111110111111110111100001011010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FDFE; }

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

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

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

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

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

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

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

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