#bff7f3

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

Shades of Pale Turquoise #BFF7F3

Tints of Pale Turquoise #BFF7F3

Color information

#BFF7F3 (or 0xBFF7F3) is unknown color: approx Pale Turquoise. HEX triplet: BF, F7 and F3. RGB value is (191,247,243). Sum of RGB (Red+Green+Blue) = 191+247+243=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7F3 is #40080C. Grayscale: #E5E5E5. Windows color (decimal): -4196365 or 15988671. OLE color: 15988671.

HSL color Cylindrical-coordinate representation of color #BFF7F3: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7F3 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB191247243-
CMYK0.2300.020.03
HSL175.71º77.78%85.88%-
HSV(B)175.71º22.67%96.86%-
XYZ70.9284.0797.28-
YUV229.8135.45100.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.05%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=28.05%
G=36.27%
B=35.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912472430.2300.020.03175.7177.7885.88
HexBFF7F317023b04e56
Octal27736736327023260116126
Binary10111111111101111111001110111010111011000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bff7f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bff7f3; }

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

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

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

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

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

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

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

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