#BBFFFE

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

Shades of Pale Turquoise #BBFFFE

Tints of Pale Turquoise #BBFFFE

Color information

#BBFFFE (or 0xBBFFFE) is unknown color: approx Pale Turquoise. HEX triplet: BB, FF and FE. RGB value is (187,255,254). Sum of RGB (Red+Green+Blue) = 187+255+254=696 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.87% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFFE is #440001. Grayscale: #EAEAEA. Windows color (decimal): -4456450 or 16711611. OLE color: 16711611.

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

Color convert

RGB187255254-
CMYK0.2700.000
HSL179.12º100%86.67%-
HSV(B)179.12º26.67%100%-
XYZ74.1489.24107.08-
YUV234.55138.9794.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 26.87%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=26.87%
G=36.64%
B=36.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552540.2700.000179.1210086.67
HexBBFFFE1B000b36457
Octal27337737633000263144127
Binary101110111111111111111110110110001011001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFFE; }

 p { color: rgb(187,255,254); }

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

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

 a { background-color: rgb(187,255,254); }

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

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

 span { border-color: rgb(187,255,254); }

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