#B7F1FE

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

Shades of Pale Turquoise #B7F1FE

Tints of Pale Turquoise #B7F1FE

Color information

#B7F1FE (or 0xB7F1FE) is unknown color: approx Pale Turquoise. HEX triplet: B7, F1 and FE. RGB value is (183,241,254). Sum of RGB (Red+Green+Blue) = 183+241+254=678 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.99% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F1FE is #480E01. Grayscale: #E1E1E1. Windows color (decimal): -4722178 or 16708023. OLE color: 16708023.

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

Color convert

RGB183241254-
CMYK0.280.0500.00
HSL190.99º97.26%85.69%-
HSV(B)190.99º27.95%99.61%-
XYZ68.8780.13105.6-
YUV225.14144.2897.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.99%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=26.99%
G=35.55%
B=37.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832412540.280.0500.00190.9997.2685.69
HexB7F1FE1C500bf6156
Octal26736137634500277141126
Binary10110111111100011111111011100101001011111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1FE; }

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

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

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

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

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

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

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

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