#B0FFF3

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

Shades of Pale Turquoise #B0FFF3

Tints of Pale Turquoise #B0FFF3

Color information

#B0FFF3 (or 0xB0FFF3) is unknown color: approx Pale Turquoise. HEX triplet: B0, FF and F3. RGB value is (176,255,243). Sum of RGB (Red+Green+Blue) = 176+255+243=674 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.11% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF3 is #4F000C. Grayscale: #E5E5E5. Windows color (decimal): -5177357 or 15990704. OLE color: 15990704.

HSL color Cylindrical-coordinate representation of color #B0FFF3: hue angle of 170.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFF3 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB176255243-
CMYK0.3100.050
HSL170.89º100%84.51%-
HSV(B)170.89º30.98%100%-
XYZ69.8487.2297.95-
YUV230.01135.3389.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.11%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 243 (95.31% from 255) = 36.05%
R=26.11%
G=37.83%
B=36.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552430.3100.050170.8910084.51
HexB0FFF31F050ab6455
Octal26037736337050253144125
Binary10110000111111111111001111111010101010101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFF3; }

 p { color: rgb(176,255,243); }

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

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

 a { background-color: rgb(176,255,243); }

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

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

 span { border-color: rgb(176,255,243); }

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