#B7F4FF

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

Shades of Pale Turquoise #B7F4FF

Tints of Pale Turquoise #B7F4FF

Color information

#B7F4FF (or 0xB7F4FF) is unknown color: approx Pale Turquoise. HEX triplet: B7, F4 and FF. RGB value is (183,244,255). Sum of RGB (Red+Green+Blue) = 183+244+255=682 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.83% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F4FF is #480B00. Grayscale: #E2E2E2. Windows color (decimal): -4721409 or 16774327. OLE color: 16774327.

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

Color convert

RGB183244255-
CMYK0.280.0400
HSL189.17º100%85.88%-
HSV(B)189.17º28.24%100%-
XYZ69.9381.99106.75-
YUV227.02143.7996.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.83%
GREEN value IS 244 (95.70% from 255) = 35.78%
BLUE value IS 255 (100% from 255) = 37.39%
R=26.83%
G=35.78%
B=37.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832442550.280.0400189.1710085.88
HexB7F4FF1C400bd6456
Octal26736437734400275144126
Binary10110111111101001111111111100100001011110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F4FF; }

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

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

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

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

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

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

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

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