#BBF8EF

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

Shades of Pale Turquoise #BBF8EF

Tints of Pale Turquoise #BBF8EF

Color information

#BBF8EF (or 0xBBF8EF) is unknown color: approx Pale Turquoise. HEX triplet: BB, F8 and EF. RGB value is (187,248,239). Sum of RGB (Red+Green+Blue) = 187+248+239=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8EF is #440710. Grayscale: #E4E4E4. Windows color (decimal): -4458257 or 15726779. OLE color: 15726779.

HSL color Cylindrical-coordinate representation of color #BBF8EF: hue angle of 171.15º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8EF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB187248239-
CMYK0.2500.040.03
HSL171.15º81.33%85.29%-
HSV(B)171.15º24.6%97.25%-
XYZ69.6483.9394.19-
YUV228.74133.7998.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.74%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=27.74%
G=36.80%
B=35.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482390.2500.040.03171.1581.3385.29
HexBBF8EF19043ab5155
Octal27337035731043253121125
Binary101110111111100011101111110010100111010101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8EF; }

 p { color: rgb(187,248,239); }

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

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

 a { background-color: rgb(187,248,239); }

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

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

 span { border-color: rgb(187,248,239); }

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