#BBEEF0

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

Shades of Pale Turquoise #BBEEF0

Tints of Pale Turquoise #BBEEF0

Color information

#BBEEF0 (or 0xBBEEF0) is unknown color: approx Pale Turquoise. HEX triplet: BB, EE and F0. RGB value is (187,238,240). Sum of RGB (Red+Green+Blue) = 187+238+240=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF0 is #44110F. Grayscale: #DEDEDE. Windows color (decimal): -4460816 or 15789755. OLE color: 15789755.

HSL color Cylindrical-coordinate representation of color #BBEEF0: hue angle of 182.26º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEEF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187238240-
CMYK0.220.0100.06
HSL182.26º63.86%83.73%-
HSV(B)182.26º22.08%94.12%-
XYZ66.878.0193.97-
YUV222.98137.6102.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=28.12%
G=35.79%
B=36.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872382400.220.0100.06182.2663.8683.73
HexBBEEF016106b64054
Octal27335636026106266100124
Binary10111011111011101111000010110101101011011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEF0; }

 p { color: rgb(187,238,240); }

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

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

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

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

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

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

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