#BFFFF4

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

Shades of Pale Turquoise #BFFFF4

Tints of Pale Turquoise #BFFFF4

Color information

#BFFFF4 (or 0xBFFFF4) is unknown color: approx Pale Turquoise. HEX triplet: BF, FF and F4. RGB value is (191,255,244). Sum of RGB (Red+Green+Blue) = 191+255+244=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF4 is #40000B. Grayscale: #EAEAEA. Windows color (decimal): -4194316 or 16056255. OLE color: 16056255.

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

Color convert

RGB191255244-
CMYK0.2500.040
HSL169.69º100%87.45%-
HSV(B)169.69º25.1%100%-
XYZ73.5789.1398.91-
YUV234.61133.396.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.68%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 244 (95.70% from 255) = 35.36%
R=27.68%
G=36.96%
B=35.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552440.2500.040169.6910087.45
HexBFFFF419040aa6457
Octal27737736431040252144127
Binary10111111111111111111010011001010001010101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFF4; }

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

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

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

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

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

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

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

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