#B7FFF1

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

Shades of Pale Turquoise #B7FFF1

Tints of Pale Turquoise #B7FFF1

Color information

#B7FFF1 (or 0xB7FFF1) is unknown color: approx Pale Turquoise. HEX triplet: B7, FF and F1. RGB value is (183,255,241). Sum of RGB (Red+Green+Blue) = 183+255+241=679 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.95% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFF1 is #48000E. Grayscale: #E7E7E7. Windows color (decimal): -4718607 or 15859639. OLE color: 15859639.

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

Color convert

RGB183255241-
CMYK0.2800.050
HSL168.33º100%85.88%-
HSV(B)168.33º28.24%100%-
XYZ71.1787.9496.44-
YUV231.88133.1593.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.95%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=26.95%
G=37.56%
B=35.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552410.2800.050168.3310085.88
HexB7FFF11C050a86456
Octal26737736134050250144126
Binary10110111111111111111000111100010101010100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFF1; }

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

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

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

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

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

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

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

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