#B7F8FE

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

Shades of Pale Turquoise #B7F8FE

Tints of Pale Turquoise #B7F8FE

Color information

#B7F8FE (or 0xB7F8FE) is unknown color: approx Pale Turquoise. HEX triplet: B7, F8 and FE. RGB value is (183,248,254). Sum of RGB (Red+Green+Blue) = 183+248+254=685 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.72% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7F8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F8FE is #480701. Grayscale: #E5E5E5. Windows color (decimal): -4720386 or 16709815. OLE color: 16709815.

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

Color convert

RGB183248254-
CMYK0.280.0200.00
HSL185.07º97.26%85.69%-
HSV(B)185.07º27.95%99.61%-
XYZ70.9984.36106.31-
YUV229.25141.9795.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.72%
GREEN value IS 248 (97.27% from 255) = 36.20%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=26.72%
G=36.20%
B=37.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832482540.280.0200.00185.0797.2685.69
HexB7F8FE1C200b96156
Octal26737037634200271141126
Binary1011011111111000111111101110010001011100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F8FE; }

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

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

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

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

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

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

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

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