#B7FFF3

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

Shades of Pale Turquoise #B7FFF3

Tints of Pale Turquoise #B7FFF3

Color information

#B7FFF3 (or 0xB7FFF3) is unknown color: approx Pale Turquoise. HEX triplet: B7, FF and F3. RGB value is (183,255,243). Sum of RGB (Red+Green+Blue) = 183+255+243=681 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.87% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFF3 is #48000C. Grayscale: #E8E8E8. Windows color (decimal): -4718605 or 15990711. OLE color: 15990711.

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

Color convert

RGB183255243-
CMYK0.2800.050
HSL170º100%85.88%-
HSV(B)170º28.24%100%-
XYZ71.4788.0698.02-
YUV232.1134.1592.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.87%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=26.87%
G=37.44%
B=35.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552430.2800.05017010085.88
HexB7FFF31C050aa6456
Octal26737736334050252144126
Binary10110111111111111111001111100010101010101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFF3; }

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

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

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

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

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

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

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

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