#B2FCED

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

Shades of Pale Turquoise #B2FCED

Tints of Pale Turquoise #B2FCED

Color information

#B2FCED (or 0xB2FCED) is unknown color: approx Pale Turquoise. HEX triplet: B2, FC and ED. RGB value is (178,252,237). Sum of RGB (Red+Green+Blue) = 178+252+237=667 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.69% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FCED is #4D0312. Grayscale: #E4E4E4. Windows color (decimal): -5047059 or 15596722. OLE color: 15596722.

HSL color Cylindrical-coordinate representation of color #B2FCED: hue angle of 167.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCED is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB178252237-
CMYK0.2900.060.01
HSL167.84º92.5%84.31%-
HSV(B)167.84º29.37%98.82%-
XYZ68.4685.292.96-
YUV228.16132.9892.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.69%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=26.69%
G=37.78%
B=35.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782522370.2900.060.01167.8492.584.31
HexB2FCED1D061a85c54
Octal26237435535061250134124
Binary10110010111111001110110111101011011010100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FCED; }

 p { color: rgb(178,252,237); }

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

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

 a { background-color: rgb(178,252,237); }

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

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

 span { border-color: rgb(178,252,237); }

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