#BFFCF1

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

Shades of Pale Turquoise #BFFCF1

Tints of Pale Turquoise #BFFCF1

Color information

#BFFCF1 (or 0xBFFCF1) is unknown color: approx Pale Turquoise. HEX triplet: BF, FC and F1. RGB value is (191,252,241). Sum of RGB (Red+Green+Blue) = 191+252+241=684 (90% of max value = 765). Red value is 191 (75% from 255 or 27.92% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFCF1 is #40030E. Grayscale: #E8E8E8. Windows color (decimal): -4195087 or 15858879. OLE color: 15858879.

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

Color convert

RGB191252241-
CMYK0.2400.040.01
HSL169.18º91.04%86.86%-
HSV(B)169.18º24.21%98.82%-
XYZ72.1787.0596.22-
YUV232.51132.7998.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.92%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=27.92%
G=36.84%
B=35.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522410.2400.040.01169.1891.0486.86
HexBFFCF118041a95b57
Octal27737436130041251133127
Binary10111111111111001111000111000010011010100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCF1; }

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

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

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

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

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

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

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

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