#BBFEFD

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

Shades of Pale Turquoise #BBFEFD

Tints of Pale Turquoise #BBFEFD

Color information

#BBFEFD (or 0xBBFEFD) is unknown color: approx Pale Turquoise. HEX triplet: BB, FE and FD. RGB value is (187,254,253). Sum of RGB (Red+Green+Blue) = 187+254+253=694 (91% of max value = 765). Red value is 187 (73.44% from 255 or 26.95% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEFD is #440102. Grayscale: #E9E9E9. Windows color (decimal): -4456707 or 16645819. OLE color: 16645819.

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

Color convert

RGB187254253-
CMYK0.2600.000.00
HSL179.1º97.1%86.47%-
HSV(B)179.1º26.38%99.61%-
XYZ73.6688.54106.14-
YUV233.85138.894.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 26.95%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=26.95%
G=36.60%
B=36.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542530.2600.000.00179.197.186.47
HexBBFEFD1A000b36156
Octal27337637532000263141126
Binary101110111111111011111101110100001011001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEFD; }

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

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

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

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

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

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

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

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