#BFFFF3

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

Shades of Pale Turquoise #BFFFF3

Tints of Pale Turquoise #BFFFF3

Color information

#BFFFF3 (or 0xBFFFF3) is unknown color: approx Pale Turquoise. HEX triplet: BF, FF and F3. RGB value is (191,255,243). Sum of RGB (Red+Green+Blue) = 191+255+243=689 (91% of max value = 765). Red value is 191 (75% from 255 or 27.72% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF3 is #40000C. Grayscale: #EAEAEA. Windows color (decimal): -4194317 or 15990719. OLE color: 15990719.

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

Color convert

RGB191255243-
CMYK0.2500.050
HSL168.75º100%87.45%-
HSV(B)168.75º25.1%100%-
XYZ73.4289.0798.12-
YUV234.5132.896.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.72%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 243 (95.31% from 255) = 35.27%
R=27.72%
G=37.01%
B=35.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552430.2500.050168.7510087.45
HexBFFFF319050a96457
Octal27737736331050251144127
Binary10111111111111111111001111001010101010100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFF3; }

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

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

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

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

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

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

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

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