#BBF1EA

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

Shades of Pale Turquoise #BBF1EA

Tints of Pale Turquoise #BBF1EA

Color information

#BBF1EA (or 0xBBF1EA) is unknown color: approx Pale Turquoise. HEX triplet: BB, F1 and EA. RGB value is (187,241,234). Sum of RGB (Red+Green+Blue) = 187+241+234=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1EA is #440E15. Grayscale: #E0E0E0. Windows color (decimal): -4460054 or 15397307. OLE color: 15397307.

HSL color Cylindrical-coordinate representation of color #BBF1EA: hue angle of 172.22º 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 #BBF1EA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB187241234-
CMYK0.2200.030.05
HSL172.22º65.85%83.92%-
HSV(B)172.22º22.41%94.51%-
XYZ66.879.4289.65-
YUV224.06133.61101.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=28.25%
G=36.40%
B=35.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412340.2200.030.05172.2265.8583.92
HexBBF1EA16035ac4254
Octal27336135226035254102124
Binary101110111111000111101010101100111011010110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1EA; }

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

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

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

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

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

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

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

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