#B7F4F0

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

Shades of Pale Turquoise #B7F4F0

Tints of Pale Turquoise #B7F4F0

Color information

#B7F4F0 (or 0xB7F4F0) is unknown color: approx Pale Turquoise. HEX triplet: B7, F4 and F0. RGB value is (183,244,240). Sum of RGB (Red+Green+Blue) = 183+244+240=667 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.44% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #B7F4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F4F0 is #480B0F. Grayscale: #E1E1E1. Windows color (decimal): -4721424 or 15791287. OLE color: 15791287.

HSL color Cylindrical-coordinate representation of color #B7F4F0: hue angle of 176.07º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F4F0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB183244240-
CMYK0.2500.020.04
HSL176.07º73.49%83.73%-
HSV(B)176.07º25%95.69%-
XYZ67.6181.0694.52-
YUV225.3136.2997.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.44%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=27.44%
G=36.58%
B=35.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1832442400.2500.020.04176.0773.4983.73
HexB7F4F019024b04954
Octal26736436031024260111124
Binary101101111111010011110000110010101001011000010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F4F0; }

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

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

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

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

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

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

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

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