#B7F4F9

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

Shades of Pale Turquoise #B7F4F9

Tints of Pale Turquoise #B7F4F9

Color information

#B7F4F9 (or 0xB7F4F9) is unknown color: approx Pale Turquoise. HEX triplet: B7, F4 and F9. RGB value is (183,244,249). Sum of RGB (Red+Green+Blue) = 183+244+249=676 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.07% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7F4F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F4F9 is #480B06. Grayscale: #E2E2E2. Windows color (decimal): -4721415 or 16381111. OLE color: 16381111.

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

Color convert

RGB183244249-
CMYK0.270.0200.02
HSL184.55º84.62%84.71%-
HSV(B)184.55º26.51%97.65%-
XYZ68.9881.61101.74-
YUV226.33140.7997.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.07%
GREEN value IS 244 (95.70% from 255) = 36.09%
BLUE value IS 249 (97.66% from 255) = 36.83%
R=27.07%
G=36.09%
B=36.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832442490.270.0200.02184.5584.6284.71
HexB7F4F91B202b95555
Octal26736437133202271125125
Binary10110111111101001111100111011100101011100110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F4F9; }

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

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

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

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

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

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

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

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