#BFFAFC

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

Shades of Pale Turquoise #BFFAFC

Tints of Pale Turquoise #BFFAFC

Color information

#BFFAFC (or 0xBFFAFC) is unknown color: approx Pale Turquoise. HEX triplet: BF, FA and FC. RGB value is (191,250,252). Sum of RGB (Red+Green+Blue) = 191+250+252=693 (91% of max value = 765). Red value is 191 (75% from 255 or 27.56% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAFC is #400503. Grayscale: #E8E8E8. Windows color (decimal): -4195588 or 16579263. OLE color: 16579263.

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

Color convert

RGB191250252-
CMYK0.240.0100.01
HSL181.97º91.04%86.86%-
HSV(B)181.97º24.21%98.82%-
XYZ73.2486.48104.93-
YUV232.59138.9598.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.56%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=27.56%
G=36.08%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912502520.240.0100.01181.9791.0486.86
HexBFFAFC18101b65b57
Octal27737237430101266133127
Binary101111111111101011111100110001011011011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAFC; }

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

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

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

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

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

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

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

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