#BBFEFE

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

Shades of Pale Turquoise #BBFEFE

Tints of Pale Turquoise #BBFEFE

Color information

#BBFEFE (or 0xBBFEFE) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and FE. RGB value is (187,254,254). Sum of RGB (Red+Green+Blue) = 187+254+254=695 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.91% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #BBFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEFE is #440101. Grayscale: #E9E9E9. Windows color (decimal): -4456706 or 16711355. OLE color: 16711355.

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

Color convert

RGB187254254-
CMYK0.26000.00
HSL180º97.1%86.47%-
HSV(B)180º26.38%99.61%-
XYZ73.8288.6106.98-
YUV233.97139.394.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 26.91%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=26.91%
G=36.55%
B=36.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542540.26000.0018097.186.47
HexBBFEFE1A000b46156
Octal27337637632000264141126
Binary101110111111111011111110110100001011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEFE; }

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

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

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

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

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

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

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

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