#BBF9FD

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

Shades of Pale Turquoise #BBF9FD

Tints of Pale Turquoise #BBF9FD

Color information

#BBF9FD (or 0xBBF9FD) is unknown color: approx Pale Turquoise. HEX triplet: BB, F9 and FD. RGB value is (187,249,253). Sum of RGB (Red+Green+Blue) = 187+249+253=689 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.14% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9FD is #440602. Grayscale: #E6E6E6. Windows color (decimal): -4457987 or 16644539. OLE color: 16644539.

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

Color convert

RGB187249253-
CMYK0.260.0200.01
HSL183.64º94.29%86.27%-
HSV(B)183.64º26.09%99.22%-
XYZ72.185.41105.61-
YUV230.92140.4696.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.14%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=27.14%
G=36.14%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872492530.260.0200.01183.6494.2986.27
HexBBF9FD1A201b85e56
Octal27337137532201270136126
Binary1011101111111001111111011101010011011100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9FD; }

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

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

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

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

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

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

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

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