#B7F8F5

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

Shades of Pale Turquoise #B7F8F5

Tints of Pale Turquoise #B7F8F5

Color information

#B7F8F5 (or 0xB7F8F5) is unknown color: approx Pale Turquoise. HEX triplet: B7, F8 and F5. RGB value is (183,248,245). Sum of RGB (Red+Green+Blue) = 183+248+245=676 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.07% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #B7F8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F8F5 is #48070A. Grayscale: #E4E4E4. Windows color (decimal): -4720395 or 16119991. OLE color: 16119991.

HSL color Cylindrical-coordinate representation of color #B7F8F5: hue angle of 177.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F8F5 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB183248245-
CMYK0.2600.010.03
HSL177.23º82.28%84.51%-
HSV(B)177.23º26.21%97.25%-
XYZ69.5883.7998.89-
YUV228.22137.4795.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.07%
GREEN value IS 248 (97.27% from 255) = 36.69%
BLUE value IS 245 (96.09% from 255) = 36.24%
R=27.07%
G=36.69%
B=36.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1832482450.2600.010.03177.2382.2884.51
HexB7F8F51A013b15255
Octal26737036532013261122125
Binary1011011111111000111101011101001111011000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F8F5; }

 p { color: rgb(183,248,245); }

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

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

 a { background-color: rgb(183,248,245); }

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

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

 span { border-color: rgb(183,248,245); }

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