#B7F4F1

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

Shades of Pale Turquoise #B7F4F1

Tints of Pale Turquoise #B7F4F1

Color information

#B7F4F1 (or 0xB7F4F1) is unknown color: approx Pale Turquoise. HEX triplet: B7, F4 and F1. RGB value is (183,244,241). Sum of RGB (Red+Green+Blue) = 183+244+241=668 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.40% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #B7F4F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F4F1 is #480B0E. Grayscale: #E1E1E1. Windows color (decimal): -4721423 or 15856823. OLE color: 15856823.

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

Color convert

RGB183244241-
CMYK0.2500.010.04
HSL177.05º73.49%83.73%-
HSV(B)177.05º25%95.69%-
XYZ67.7681.1295.31-
YUV225.42136.7997.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.40%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=27.40%
G=36.53%
B=36.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1832442410.2500.010.04177.0573.4983.73
HexB7F4F119014b14954
Octal26736436131014261111124
Binary10110111111101001111000111001011001011000110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F4F1; }

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

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

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

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

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

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

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

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