#BBFFFD

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

Shades of Pale Turquoise #BBFFFD

Tints of Pale Turquoise #BBFFFD

Color information

#BBFFFD (or 0xBBFFFD) is unknown color: approx Pale Turquoise. HEX triplet: BB, FF and FD. RGB value is (187,255,253). Sum of RGB (Red+Green+Blue) = 187+255+253=695 (92% of max value = 765). Red value is 187 (73.44% from 255 or 26.91% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFFD is #440002. Grayscale: #EAEAEA. Windows color (decimal): -4456451 or 16646075. OLE color: 16646075.

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

Color convert

RGB187255253-
CMYK0.2700.010
HSL178.24º100%86.67%-
HSV(B)178.24º26.67%100%-
XYZ73.9889.18106.24-
YUV234.44138.4794.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 26.91%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=26.91%
G=36.69%
B=36.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552530.2700.010178.2410086.67
HexBBFFFD1B010b26457
Octal27337737533010262144127
Binary101110111111111111111101110110101011001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFFD; }

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

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

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

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

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

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

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

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