#B7F4FC

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

Shades of Pale Turquoise #B7F4FC

Tints of Pale Turquoise #B7F4FC

Color information

#B7F4FC (or 0xB7F4FC) is unknown color: approx Pale Turquoise. HEX triplet: B7, F4 and FC. RGB value is (183,244,252). Sum of RGB (Red+Green+Blue) = 183+244+252=679 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.95% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F4FC is #480B03. Grayscale: #E2E2E2. Windows color (decimal): -4721412 or 16577719. OLE color: 16577719.

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

Color convert

RGB183244252-
CMYK0.270.0300.01
HSL186.96º92%85.29%-
HSV(B)186.96º27.38%98.82%-
XYZ69.4581.8104.22-
YUV226.67142.2996.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.95%
GREEN value IS 244 (95.70% from 255) = 35.94%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=26.95%
G=35.94%
B=37.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832442520.270.0300.01186.969285.29
HexB7F4FC1B301bb5c55
Octal26736437433301273134125
Binary1011011111110100111111001101111011011101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F4FC; }

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

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

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

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

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

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

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

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