#B7FFF9

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

Shades of Pale Turquoise #B7FFF9

Tints of Pale Turquoise #B7FFF9

Color information

#B7FFF9 (or 0xB7FFF9) is unknown color: approx Pale Turquoise. HEX triplet: B7, FF and F9. RGB value is (183,255,249). Sum of RGB (Red+Green+Blue) = 183+255+249=687 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.64% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFF9 is #480006. Grayscale: #E8E8E8. Windows color (decimal): -4718599 or 16383927. OLE color: 16383927.

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

Color convert

RGB183255249-
CMYK0.2800.020
HSL175º100%85.88%-
HSV(B)175º28.24%100%-
XYZ72.3988.43102.88-
YUV232.79137.1592.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.64%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 249 (97.66% from 255) = 36.24%
R=26.64%
G=37.12%
B=36.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552490.2800.02017510085.88
HexB7FFF91C020af6456
Octal26737737134020257144126
Binary1011011111111111111110011110001001010111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFF9; }

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

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

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

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

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

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

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

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