#BFFFFC

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

Shades of Pale Turquoise #BFFFFC

Tints of Pale Turquoise #BFFFFC

Color information

#BFFFFC (or 0xBFFFFC) is unknown color: approx Pale Turquoise. HEX triplet: BF, FF and FC. RGB value is (191,255,252). Sum of RGB (Red+Green+Blue) = 191+255+252=698 (92% of max value = 765). Red value is 191 (75% from 255 or 27.36% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFC is #400003. Grayscale: #EBEBEB. Windows color (decimal): -4194308 or 16580543. OLE color: 16580543.

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

Color convert

RGB191255252-
CMYK0.2500.010
HSL177.19º100%87.45%-
HSV(B)177.19º25.1%100%-
XYZ74.8289.62105.45-
YUV235.52137.396.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.36%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=27.36%
G=36.53%
B=36.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552520.2500.010177.1910087.45
HexBFFFFC19010b16457
Octal27737737431010261144127
Binary101111111111111111111100110010101011000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFFC; }

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

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

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

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

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

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

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

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