#BBF2EE

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

Shades of Pale Turquoise #BBF2EE

Tints of Pale Turquoise #BBF2EE

Color information

#BBF2EE (or 0xBBF2EE) is unknown color: approx Pale Turquoise. HEX triplet: BB, F2 and EE. RGB value is (187,242,238). Sum of RGB (Red+Green+Blue) = 187+242+238=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2EE is #440D11. Grayscale: #E1E1E1. Windows color (decimal): -4459794 or 15659707. OLE color: 15659707.

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

Color convert

RGB187242238-
CMYK0.2300.020.05
HSL175.64º67.9%84.12%-
HSV(B)175.64º22.73%94.9%-
XYZ67.6880.2492.81-
YUV225.1135.28100.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=28.04%
G=36.28%
B=35.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422380.2300.020.05175.6467.984.12
HexBBF2EE17025b04454
Octal27336235627025260104124
Binary101110111111001011101110101110101011011000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2EE; }

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

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

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

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

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

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

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

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