#BBFEFF

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

Shades of Pale Turquoise #BBFEFF

Tints of Pale Turquoise #BBFEFF

Color information

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

HSL color Cylindrical-coordinate representation of color #BBFEFF: hue angle of 180.88º 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 #BBFEFF is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187254255-
CMYK0.270.0000
HSL180.88º100%86.67%-
HSV(B)180.88º26.67%100%-
XYZ73.9988.67107.82-
YUV234.08139.894.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872542550.270.0000180.8810086.67
HexBBFEFF1B000b56457
Octal27337637733000265144127
Binary101110111111111011111111110110001011010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEFF; }

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

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

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

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

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

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

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

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