#BBFDF4

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

Shades of Pale Turquoise #BBFDF4

Tints of Pale Turquoise #BBFDF4

Color information

#BBFDF4 (or 0xBBFDF4) is unknown color: approx Pale Turquoise. HEX triplet: BB, FD and F4. RGB value is (187,253,244). Sum of RGB (Red+Green+Blue) = 187+253+244=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF4 is #44020B. Grayscale: #E8E8E8. Windows color (decimal): -4456972 or 16055739. OLE color: 16055739.

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

Color convert

RGB187253244-
CMYK0.2600.040.01
HSL171.82º94.29%86.27%-
HSV(B)171.82º26.09%99.22%-
XYZ71.9587.3598.66-
YUV232.24134.6395.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.34%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=27.34%
G=36.99%
B=35.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532440.2600.040.01171.8294.2986.27
HexBBFDF41A041ac5e56
Octal27337536432041254136126
Binary10111011111111011111010011010010011010110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDF4; }

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

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

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

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

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

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

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

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