#BBF0ED

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

Shades of Pale Turquoise #BBF0ED

Tints of Pale Turquoise #BBF0ED

Color information

#BBF0ED (or 0xBBF0ED) is unknown color: approx Pale Turquoise. HEX triplet: BB, F0 and ED. RGB value is (187,240,237). Sum of RGB (Red+Green+Blue) = 187+240+237=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0ED is #440F12. Grayscale: #DFDFDF. Windows color (decimal): -4460307 or 15593659. OLE color: 15593659.

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

Color convert

RGB187240237-
CMYK0.2200.010.06
HSL176.6º63.86%83.73%-
HSV(B)176.6º22.08%94.12%-
XYZ66.947991.84-
YUV223.81135.44101.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=28.16%
G=36.14%
B=35.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872402370.2200.010.06176.663.8683.73
HexBBF0ED16016b14054
Octal27336035526016261100124
Binary10111011111100001110110110110011101011000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0ED; }

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

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

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

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

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

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

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

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