#BBF0EB

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

Shades of Pale Turquoise #BBF0EB

Tints of Pale Turquoise #BBF0EB

Color information

#BBF0EB (or 0xBBF0EB) is unknown color: approx Pale Turquoise. HEX triplet: BB, F0 and EB. RGB value is (187,240,235). Sum of RGB (Red+Green+Blue) = 187+240+235=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0EB is #440F14. Grayscale: #DFDFDF. Windows color (decimal): -4460309 or 15462587. OLE color: 15462587.

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

Color convert

RGB187240235-
CMYK0.2200.020.06
HSL174.34º63.86%83.73%-
HSV(B)174.34º22.08%94.12%-
XYZ66.6578.8890.31-
YUV223.58134.44101.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=28.25%
G=36.25%
B=35.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402350.2200.020.06174.3463.8683.73
HexBBF0EB16026ae4054
Octal27336035326026256100124
Binary101110111111000011101011101100101101010111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0EB; }

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

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

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

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

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

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

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

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