#BBFDFD

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

Shades of Pale Turquoise #BBFDFD

Tints of Pale Turquoise #BBFDFD

Color information

#BBFDFD (or 0xBBFDFD) is unknown color: approx Pale Turquoise. HEX triplet: BB, FD and FD. RGB value is (187,253,253). Sum of RGB (Red+Green+Blue) = 187+253+253=693 (91% of max value = 765). Red value is 187 (73.44% from 255 or 26.98% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #BBFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDFD is #440202. Grayscale: #E9E9E9. Windows color (decimal): -4456963 or 16645563. OLE color: 16645563.

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

Color convert

RGB187253253-
CMYK0.26000.01
HSL180º94.29%86.27%-
HSV(B)180º26.09%99.22%-
XYZ73.3587.91106.03-
YUV233.27139.1395-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 26.98%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=26.98%
G=36.51%
B=36.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532530.26000.0118094.2986.27
HexBBFDFD1A001b45e56
Octal27337537532001264136126
Binary101110111111110111111101110100011011010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDFD; }

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

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

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

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

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

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

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

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