#BFFAF7

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

Shades of Pale Turquoise #BFFAF7

Tints of Pale Turquoise #BFFAF7

Color information

#BFFAF7 (or 0xBFFAF7) is unknown color: approx Pale Turquoise. HEX triplet: BF, FA and F7. RGB value is (191,250,247). Sum of RGB (Red+Green+Blue) = 191+250+247=688 (91% of max value = 765). Red value is 191 (75% from 255 or 27.76% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAF7 is #400508. Grayscale: #E7E7E7. Windows color (decimal): -4195593 or 16251583. OLE color: 16251583.

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

Color convert

RGB191250247-
CMYK0.2400.010.02
HSL176.95º85.51%86.47%-
HSV(B)176.95º23.6%98.04%-
XYZ72.4686.16100.81-
YUV232.02136.4598.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.76%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=27.76%
G=36.34%
B=35.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502470.2400.010.02176.9585.5186.47
HexBFFAF718012b15656
Octal27737236730012261126126
Binary1011111111111010111101111100001101011000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAF7; }

 p { color: rgb(191,250,247); }

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

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

 a { background-color: rgb(191,250,247); }

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

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

 span { border-color: rgb(191,250,247); }

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