#BBEEF1

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

Shades of Pale Turquoise #BBEEF1

Tints of Pale Turquoise #BBEEF1

Color information

#BBEEF1 (or 0xBBEEF1) is unknown color: approx Pale Turquoise. HEX triplet: BB, EE and F1. RGB value is (187,238,241). Sum of RGB (Red+Green+Blue) = 187+238+241=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF1 is #44110E. Grayscale: #DFDFDF. Windows color (decimal): -4460815 or 15855291. OLE color: 15855291.

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

Color convert

RGB187238241-
CMYK0.220.0100.05
HSL183.33º65.85%83.92%-
HSV(B)183.33º22.41%94.51%-
XYZ66.9578.0694.76-
YUV223.09138.1102.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=28.08%
G=35.74%
B=36.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872382410.220.0100.05183.3365.8583.92
HexBBEEF116105b74254
Octal27335636126105267102124
Binary10111011111011101111000110110101011011011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEF1; }

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

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

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

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

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

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

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

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